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

    Class ETHSignatureProof

    ETHSignatureProof represents an Ethereum signature proof for a challenge.

    from message badges.ETHSignatureProof

    Hierarchy

    Index

    Constructors

    Properties

    nonce: string = ""

    The nonce that was signed. The signature scheme is ETHSign(nonce + "-" + initiatorAddress + "-" + collectionId + "-" + approverAddress + "-" + approvalLevel + "-" + approvalId + "-" + challengeId).

    from field: string nonce = 1;

    signature: string = ""

    The Ethereum signature of the nonce.

    from field: string signature = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.ETHSignatureProof"

    Methods