SiweAuthenticateModalParams
SiweAuthenticateModalParams = {
metadata?:ModalRpcMetadata;siwe?:Partial<SiweAuthenticationParams>; }
Defined in: actions/wrapper/siweAuthenticate.ts:38
Parameter used to directly show a modal used to authenticate with SIWE
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optionalmetadata?:ModalRpcMetadata
Defined in: actions/wrapper/siweAuthenticate.ts:55
Custom metadata to be passed to the modal
optionalsiwe?:Partial<SiweAuthenticationParams>
Defined in: actions/wrapper/siweAuthenticate.ts:51
Partial SIWE params, since we can rebuild them from the SDK if they are empty
If no parameters provider, some fields will be recomputed from the current configuration and environment.
statementwill be set to a default valuenoncewill be generateduriwill be set to the current domainversionwill be set to “1”domainwill be set to the current window domain
Default
Section titled “Default”{}