v1EthSendRawTransactionIntent class
Constructors
- v1EthSendRawTransactionIntent({required String signedTransaction, required String caip2})
-
const
-
v1EthSendRawTransactionIntent.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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signedTransaction → String
-
The raw, signed transaction to be sent.
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