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