Function appendSignMultisigTransaction

  • appendSignMultisigTransaction takes a multisig transaction blob, and appends our signature to it. While we could derive public key preimagery from the partially-signed multisig transaction, we ask the caller to pass it back in, to ensure they know what they are signing.

    Parameters

    • multisigTxnBlob: Uint8Array

      an encoded multisig txn. Supports non-payment txn types.

    • __namedParameters: MultisigMetadata
    • sk: Uint8Array

      Algorand secret key

    Returns {
        blob: Uint8Array;
        txID: string;
    }

    object containing txID, and blob representing encoded multisig txn

    • blob: Uint8Array
    • txID: string

Generated using TypeDoc