The array of transaction cosigners signatures.
The deadline to include the transaction.
The array of innerTransactions included in the aggregate transaction.
A sender of a transaction must specify during the transaction definition a max_fee, meaning the maximum fee the account allows to spend for this transaction.
The network type.
The transaction signature (missing if part of an aggregate transaction).
The account of the transaction creator.
The transaction type.
The transaction version number.
Index of the transaction body
Included fields are the transaction header, version
,
network
, type
, maxFee
and deadline
Transaction header size
Included fields are size
, verifiableEntityHeader_Reserved1
,
signature
, signerPublicKey
and entityBody_Reserved1
.
Index of the transaction type
Included fields are the transaction header, version
and network
Converts the transaction into AggregateTransaction compatible
AggregateTransaction bytes
Gets the padding size that rounds up \a size to the next multiple of \a alignment.
Inner transaction size
Next multiple alignment
Generate signing bytes
Payload buffer
GenerationHash buffer
Returns if a transaction has missing signatures.
Transaction included in a block
Transaction is not known by the network
Transaction pending to be included in a block
Set transaction maxFee using fee multiplier
The fee multiplier
Check if account has signed transaction
Signer public account
Convert an aggregate transaction to an inner transaction including transaction signer.
Signer is optional for AggregateComplete
transaction ONLY
.
If no signer provided, aggregate transaction signer will be delegated on signing
Innre transaction signer.
InnerTransaction
Takes a transaction and formats bytes to be included in an aggregate transaction.
transaction with signer serialized to be part of an aggregate transaction
Create an aggregate bonded transaction object
(Optional) Max fee defined by the sender
Create an aggregate complete transaction object
The deadline to include the transaction.
The array of inner innerTransactions.
The network type.
(Optional) Max fee defined by the sender
Create a transaction object from payload
Binary payload
Generate transaction hash hex
HexString Payload
Network generation hash byte
Catapult network identifier
Returns Transaction Payload hash
Generated using TypeDoc
Aggregate innerTransactions contain multiple innerTransactions that can be initiated by different accounts.