ApprovalTracker defines the tracker for approvals. This tracks the cumulative number of transfers and associated balances transferred.

from message badges.ApprovalTracker

Hierarchy

Constructors

Properties

amounts: proto.badges.Balance[] = []

Cumulative balances associated with the transfers that have been processed.

from field: repeated badges.Balance amounts = 2;

numTransfers: string = ""

The number of transfers that have been processed.

from field: string numTransfers = 1;

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

Methods