The deadline to include the 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.
Metadata key scoped to source, target and type.
The transaction signature (missing if part of an aggregate transaction).
The account of the transaction creator.
target account address.
Target mosaic identifier.
The transaction type.
String value with UTF-8 encoding. Difference between the previous value and new value.
Change in value size in bytes.
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
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 for ONLY NONE AGGREGATE TRANSACTIONS
The fee multiplier
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
Create a mosaic meta data transaction object
transaction deadline
target account address.
Metadata key scoped to source, target and type.
Target unresolved mosaic identifier.
Change in value size in bytes.
String value with UTF-8 encoding Difference between the previous value and new value. You can calculate value as xor(previous-value, new-value). If there is no previous value, use directly the new value.
(Optional) Max fee defined by the sender
(Optional) Transaction signature
(Optional) Signer public account
Create a transaction object from payload
Binary payload
Is embedded transaction (Default: false)
Generate transaction hash hex
HexString Payload
Network generation hash byte
Returns Transaction Payload hash
Generated using TypeDoc
Announce an mosaic metadata transaction to associate a key-value state to an account.