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

    Class MsgPurgeApprovals

    MsgPurgeApprovals is a helper message to purge expired approvals.

    from message badges.MsgPurgeApprovals

    Hierarchy

    Index

    Constructors

    Properties

    approvalsToPurge: badges.ApprovalIdentifierDetails[] = []

    Specific approvals to purge. If empty, purges all applicable approvals based on other flags.

    from field: repeated badges.ApprovalIdentifierDetails approvalsToPurge = 6;

    approverAddress: string = ""

    Address of the user whose approvals to purge. If empty, defaults to creator.

    from field: string approverAddress = 4;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    purgeCounterpartyApprovals: boolean = false

    Whether to purge counterparty approvals (approvals where the creator is the only initiator).

    from field: bool purgeCounterpartyApprovals = 5;

    purgeExpired: boolean = false

    Whether to purge expired approvals (approvals with no future valid transfer times).

    from field: bool purgeExpired = 3;

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

    Methods