TransactionParams class
Annotations
@JsonSerializable(fieldRename: FieldRename.kebab)
Properties
consensusVersion
→ String
indicates the consensus protocol version as of LastRound.
final
fee
→ int
Fee is the suggested transaction fee
Fee is in units of micro-Algos per byte.
Fee may fall to zero but transactions must still have a fee of
at least MinTxnFee for the current network protocol.
final
genesisHash
→ Uint8List ?
GenesisHash is the hash of the genesis block.
final
genesisId
→ String
GenesisID is an ID listed in the genesis block.
final
hashCode
→ int
The hash code for this object.
no setter inherited
lastRound
→ int
LastRound indicates the last round seen
final
minFee
→ int
The minimum transaction fee (not per byte) required for the txn to
validate for the current network protocol.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited