Interface iGetBadgeBalanceByAddressPayload

interface iGetBadgeBalanceByAddressPayload {
    fetchPrivateParams?: boolean;
    forceful?: boolean;
}

Implemented by

Properties

fetchPrivateParams?: boolean

If true, we will fetch private parameters for any claims / approvals. Must be creator.

This is only applicable to incoming / outgoing approvals with claims.

forceful?: boolean

If true, we will forcefully fetch the balance even if it is already cached. Only applicable to non-indexed / on-demand collections.

MMNEPVFCICPMFPCPTTAAATR