Wallet class

Redirects users to NEAR wallet for key management wrapper for connected account information i.e.

Constructors

Wallet(String walletURL)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletURL String
getter/setter pair

Methods

connect(dynamic contractId, dynamic appTitle, dynamic successURL, dynamic failureURL, dynamic publicKey) → dynamic
Requests function access key
connectWithFullAccess(dynamic contractId, dynamic appTitle, dynamic successURL, dynamic failureURL, dynamic publicKey) → dynamic
Requests full access key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestDepositApproval(String encodedTransaction, dynamic successURL, dynamic failureURL, dynamic approveTxURL) → dynamic
Request transaction deposit approval from wallet
toString() String
A string representation of this object.
inherited

Operators

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