v1GetNoncesRequest class

Constructors

v1GetNoncesRequest({required String organizationId, required String address, required String caip2, bool? nonce, bool? gasStationNonce})
const
v1GetNoncesRequest.fromJson(Map<String, dynamic> json)
factory

Properties

address String
The Ethereum address to query nonces for.
final
caip2 String
The network identifier in CAIP-2 format (e.g., 'eip155:1' for Ethereum mainnet).
final
gasStationNonce bool?
Whether to fetch the gas station nonce used for sponsored transactions.
final
hashCode int
The hash code for this object.
no setterinherited
nonce bool?
Whether to fetch the standard on-chain nonce.
final
organizationId String
Unique identifier for a given Organization.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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