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

    Interface iGetBalanceByAddressPayload

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

    Implemented by

    Index

    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.