ICoinbaseService class abstract

Implementers

Constructors

ICoinbaseService()

Properties

hashCode int
The hash code for this object.
no setterinherited
metadata ConnectionMetadata
no setter
onCoinbaseConnect Event<CoinbaseConnectEvent>
final
onCoinbaseError Event<CoinbaseErrorEvent>
final
onCoinbaseResponse Event<CoinbaseResponseEvent>
final
onCoinbaseSessionUpdate Event<CoinbaseSessionEvent>
final
ownPublicKey Future<String>
no setter
peerPublicKey Future<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAccount() Future<void>
init() Future<void>
isConnected() Future<bool>
isInstalled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request({required String chainId, required SessionRequestParams request}) Future
resetSession() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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