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

    Class ApprovalIdentifierDetails

    ApprovalIdentifierDetails defines the details to identify a specific approval.

    from message badges.ApprovalIdentifierDetails

    Hierarchy

    Index

    Constructors

    Properties

    approvalId: string = ""

    The ID of the approval.

    from field: string approvalId = 1;

    approvalLevel: string = ""

    The level of the approval. Can be "collection", "incoming", or "outgoing".

    from field: string approvalLevel = 2;

    approverAddress: string = ""

    The address of the approver. Leave blank "" if approvalLevel == "collection".

    from field: string approverAddress = 3;

    version: string = ""

    The version of the approval.

    from field: string version = 4;

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

    Methods