bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iETHSignatureProof

    interface iETHSignatureProof {
        nonce: string;
        signature: string;
    }

    Implemented by

    Index

    Properties

    Properties

    nonce: string

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

    signature: string

    The Ethereum signature of the nonce.