Skip to Content
API referenceSatellite Siwe Next AuthSrcInterfacesUseSiweSignatureResult

@tuwaio/satellite-connect-monorepo


UseSiweSignatureResult

Defined in: packages/satellite-siwe-next-auth/src/types.ts:146 

UseSiweSignatureResult

Properties

getSiweSignature()

getSiweSignature: (customOptions?) => Promise<{ message: string; signature: `0x${string}`; } | undefined>

Defined in: packages/satellite-siwe-next-auth/src/types.ts:149 

Function to generate message and get signature.

Parameters

customOptions?

GetSiweMessageOptions

Returns

Promise<{ message: string; signature: `0x${string}`; } | undefined>


isReadyToSign

isReadyToSign: boolean

Defined in: packages/satellite-siwe-next-auth/src/types.ts:147 

True if an EVM connector is connected and ready to sign.


isRejected

isRejected: boolean

Defined in: packages/satellite-siwe-next-auth/src/types.ts:148 

True if the last signing attempt was explicitly rejected by the user.

Last updated on