MobileSmartContractWallet class

Inheritance

Constructors

MobileSmartContractWallet({required SmartContractWallet rustSmartContractWallet, required String predicateBech32Address, required String r1PublicKey, required String contractId})

Properties

contractId String
final
hashCode int
The hash code for this object.
no setterinherited
predicateBech32Address String
final
r1PublicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTransferTxRequest({required String destinationB256Address, required int fractionalAmount, required String assetId}) Future<(String, String)>
override
deployContract() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTransaction({required String transactionRequestHexOrJson, required String r1Signature}) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

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