Interface: iGenericBlockinVerifyPayload
Generic route to verify any SIWBB request. Does not sign you in with the API. Used for custom SIWBB implementations.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1819
Generic route to verify any SIWBB request. Does not sign you in with the API. Used for custom SIWBB implementations.
Extends
Properties
message
message:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1120
The original message that was signed.
Inherited from
options?
optionaloptions?:VerifyChallengeOptions
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1823
Additional options for verifying the challenge.
publicKey?
optionalpublicKey?:string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1130
Required for some chains (Cosmos) to verify signature. The public key of the signer.
Inherited from
iVerifySignInPayload.publicKey
signature
signature:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:1125
The signature of the message