ParticleAuth 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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getAddress() Future<String>
getChainInfo() Future<String>
init(ChainInfo chainInfo, Env env) Future<void>
{ "chain": "BscChain", "chain_id": "Testnet", "env": "PRODUCTION" }
login(LoginType loginType, String account, List<SupportAuthType> supportAuthTypes) Future<String>
{ "loginType": "phone", "account": "", "supportAuthTypeValues": "GOOGLE" }
logout() Future<String>
setChainInfo(ChainInfo chainInfo) Future<bool>
setChainInfoAsync(ChainInfo chainInfo) Future<bool>
signAllTransactions(List<String> transactions) Future<String>
signAndSendTransaction(String transaction) Future<String>
signMessage(String message) Future<String>
signTransaction(String transaction) Future<String>
signTypedData(String typedData, SignTypedDataVersion version) Future<String>