Function signAllTransactions

  • Signs multiple transactions using the provided signers such that signers that need to sign multiple transactions sign them all at once using the signAllTransactions method.

    Parameters

    • transactionsWithSigners: {
          signers: Signer[];
          transaction: Transaction;
      }[]

    Returns Promise<Transaction[]>

Generated using TypeDoc