Function makeMultisignedTxBytes
- makeMultisignedTxBytes(multisigPubkey, sequence, fee, bodyBytes, signatures): Uint8Array
Parameters
multisigPubkey: MultisigThresholdPubkey
sequence: number
bodyBytes: Uint8Array
signatures: Map<string, Uint8Array>
Returns Uint8Array
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.