v1CreateSmartContractInterfaceIntent class

Constructors

v1CreateSmartContractInterfaceIntent({required String smartContractAddress, required String smartContractInterface, required v1SmartContractInterfaceType type, required String label, String? notes})
const
v1CreateSmartContractInterfaceIntent.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
Human-readable name for a Smart Contract Interface.
final
notes String?
Notes for a Smart Contract Interface.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smartContractAddress String
Corresponding contract address or program ID
final
smartContractInterface String
ABI/IDL as a JSON string
final
type v1SmartContractInterfaceType
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