bitbadgesjs-sdk - v0.22.7
    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 + "-" + creatorAddress).

    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