CoinbaseWalletSDK class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(Configuration configuration) Future<void>
Setup the SDK
initiateHandshake(List<Action>? initialActions) Future<List<ReturnValueWithAccount>>
Initiate the handshake with Coinbase Wallet app
isAppInstalled() Future<bool>
Check whether CoinbaseWallet app is installed
isConnected() Future<bool>
Check whether there is an active session
makeRequest(Request request) Future<List<ReturnValue>>
Send a web3 request to Coinbase Wallet app
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetSession() Future<void>
Disconnect any active session
toString() String
A string representation of this object.
inherited

Operators

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

Constants

shared → const CoinbaseWalletSDK