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

    Class PrecalculateBalancesFromApprovalDetails

    PrecalculateBalancesFromApprovalDetails defines the details for precalculating balances from an approval.

    from message badges.PrecalculateBalancesFromApprovalDetails

    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;

    precalculationOptions?: badges.PrecalculationOptions

    The options for precalculating the balances.

    from field: badges.PrecalculationOptions precalculationOptions = 5;

    version: string = ""

    The version of the approval.

    from field: string version = 4;

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

    Methods