TEthSendRawTransactionBody class

Constructors

TEthSendRawTransactionBody({String? timestampMs, String? organizationId, required String signedTransaction, required String caip2})
const
TEthSendRawTransactionBody.fromJson(Map<String, dynamic> json)
factory

Properties

caip2 String
CAIP-2 chain ID (e.g., 'eip155:1' for Ethereum mainnet).
final
hashCode int
The hash code for this object.
no setterinherited
organizationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedTransaction String
The raw, signed transaction to be sent.
final
timestampMs String?
final

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