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

    Interface iAutoDeletionOptions

    interface iAutoDeletionOptions {
        afterOneUse: boolean;
        afterOverallMaxNumTransfers: boolean;
        allowCounterpartyPurge: boolean;
        allowPurgeIfExpired: boolean;
    }

    Implemented by

    Index

    Properties

    afterOneUse: boolean

    Whether the approval should be deleted after one use.

    afterOverallMaxNumTransfers: boolean

    Whether the approval should be deleted after the overall max number of transfers threshold is met.

    allowCounterpartyPurge: boolean

    Allow counterparty to purge this approval if they are the only initiator

    allowPurgeIfExpired: boolean

    Allow others to call PurgeApprovals on behalf of this approval owner