SolanaRequestDetails class

Represents the details of an Ethereum JSON-RPC request.

Constructors

SolanaRequestDetails({required int id, required String method, required String params})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
The unique identifier for the JSON-RPC request.
final
method String
The Ethereum method name for the request.
final
params String
The JSON-formatted string containing the request parameters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRequestBody() String
Converts the request parameters to a JSON-formatted string.
toString() String
A string representation of this object.
inherited

Operators

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