ISiweService class abstract

Implementers

Constructors

ISiweService()

Properties

config SIWEConfig?
no setter
enabled bool
no setter
hashCode int
The hash code for this object.
no setterinherited
nonceRefetchIntervalMs int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionRefetchIntervalMs int
no setter
signOutOnAccountChange bool
no setter
signOutOnDisconnect bool
no setter
signOutOnNetworkChange bool
no setter

Methods

createMessage({required String chainId, required String address}) Future<String>
formatMessage(SIWECreateMessageArgs params) String
getNonce() Future<String>
getSession() Future<SIWESession>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signMessageRequest(String message, {required W3MSession session}) Future<String>
signOut() Future<void>
toString() String
A string representation of this object.
inherited
verifyMessage({required String message, required String signature, Cacao? cacao, String? clientId}) Future<bool>

Operators

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