ApprovalIdentifierDetails defines the details to identify a specific approval.

from message badges.ApprovalIdentifierDetails

Hierarchy

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;

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

Methods