Payload class abstract

Implementers

Constructors

Payload({required Uint8List method, required int blockNumber, required int eraPeriod, required int nonce, required dynamic tip, Map<String, dynamic> customSignedExtensions = const <String, dynamic>{}})
const

Properties

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

Methods

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

Operators

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