Transaction class

Constructors

Transaction(Payload payload, Header header, [Signature? signature])

Properties

hashCode int
The hash code for this object.
no setterinherited
no setter
payload Uint8List
no setter
principal AccURL
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature ↔ dynamic
getter/setter pair

Methods

dataForSignature(SignerInfo signerInfo) List<int>
hash() List<int>
Creates a combined hash code for a number of objects.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(TxSigner signer) → dynamic
toString() String
A string representation of this object.
inherited
toTxRequest({bool? checkOnly}) TxRequest

Operators

operator ==(Object other) bool
The equality operator.
inherited