• Creates a signed transaction from signer info, transaction body and signatures. The result can be broadcasted.

    This is a wrapper around makeMultisignedTx that encodes the transaction for broadcasting.

    Parameters

    • multisigPubkey: MultisigThresholdPubkey
    • sequence: number
    • fee: StdFee
    • bodyBytes: Uint8Array
    • signatures: Map<string, Uint8Array>

    Returns Uint8Array

Generated using TypeDoc