SolTxData class

Inheritance

Constructors

SolTxData({required String? initTokenAddress, required String transaction, required String blockhash, required String lastValidBlockHeight, required double fee})
SolTxData.fromJson(Map<String, dynamic> json)
factory

Properties

blockhash String
getter/setter pair
fee double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initTokenAddress String?
getter/setter pair
initTokenAddressSignature String?
getter/setter pair
isSigned bool
getter/setter pairinherited
lastValidBlockHeight String
getter/setter pair
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pairinherited
transaction String
getter/setter pair

Methods

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

Operators

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