Klaytn class

Properties

hashCode int
The hash code for this object.
no setterinherited
impl → _KlaytnImpl
Internal JS Object, should not be used directly.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedAddress String?
no setter

Methods

enable() Future<List<String>>
getAccounts() Future<List<String>>
getChainId() Future<int>
isConnected() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAccountsChanged(void callback(List<String> accounts)) → dynamic
onChainChanged(void callback(int chainId)) → dynamic
send(String method, [dynamic params]) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

isSupported bool
no setter
provider Klaytn?
no setter