Function makeMultiSigAccountTransactionSigner

  • Create a TransactionSigner that can sign transactions for the provided Multisig account.

    Parameters

    • msig: MultisigMetadata

      The Multisig account metadata

    • sks: Uint8Array[]

      An array of private keys belonging to the msig which should sign the transactions.

    Returns TransactionSigner

Generated using TypeDoc