Skip to content

The nonce that was signed. The signature scheme is ETHSign(nonce + "-" + creatorAddress).

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:690

Properties

nonce

nonce: string

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:694

The nonce that was signed. The signature scheme is ETHSign(nonce + "-" + creatorAddress).


signature

signature: string

Defined in: packages/bitbadgesjs-sdk/src/interfaces/types/core.ts:699

The Ethereum signature of the nonce.

Edit this page on GitHub