SmartContractWallet class

Constructors

SmartContractWallet(WrappedSmartContractWallet _wrappedWallet)

Properties

contractId String
no setter
hashCode int
The hash code for this object.
no setterinherited
predicateBech32Address String
no setter
r1PublicKey String
no setter
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)>
deployContract() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTransaction({required String transactionRequestHexOrJson, required String r1Signature}) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

connect({required String networkUrl, required String r1PublicKey, required String recoveryWalletPrivateKey}) Future<SmartContractWallet>