EthereumRequestFunctionCall class

Inheritance

Constructors

EthereumRequestFunctionCall({required String contractAddress, required AbiFunctionFragment function, List? params, String? from, BlockTagOrNumber? blockNumber = BlockTagOrNumber.latest})

Properties

blockNumber BlockTagOrNumber?
finalinherited
contractAddress String
final
from String?
final
function AbiFunctionFragment
final
hashCode int
The hash code for this object.
no setterinherited
method String
no setteroverride
raw String
final
requestType → RequestServiceType
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildRequest(int requestId) EthereumRequestDetails
Converts the request parameters to a EthereumRequestDetails object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(String? result) List
override
toJson() List
0x70a0823100000000000000000000000095f56aa4472a0a9f290fa5b25a86e6a53e
override
toString() String
A string representation of this object.
inherited

Operators

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