SigningPayload class

Inheritance

Constructors

SigningPayload({required Uint8List method, required int specVersion, required int transactionVersion, required String genesisHash, required String blockHash, required int blockNumber, required int eraPeriod, required int nonce, required dynamic tip, Map<String, dynamic> customSignedExtensions = const <String, dynamic>{}})
Create a new instance of SigningPayload
const

Properties

blockHash String
final
blockNumber int
finalinherited
customSignedExtensions Map<String, dynamic>
finalinherited
eraPeriod int
finalinherited
genesisHash String
final
hashCode int
The hash code for this object.
no setterinherited
method Uint8List
finalinherited
nonce int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specVersion int
final
tip → dynamic
finalinherited
transactionVersion int
final

Methods

encode(dynamic registry) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEncodedMap(dynamic registry) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
usesChargeAssetTxPayment(dynamic registry) bool
inherited

Operators

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