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

    Class GetBalanceByAddressSuccessResponse<T>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    autoApproveAllIncomingTransfers: boolean

    Whether the user's all incoming transfers are auto-approved. If not, they must be explicitly approved using the incoming approvals.

    autoApproveSelfInitiatedIncomingTransfers: boolean

    Whether the user's self-initiated incoming transfers are auto-approved. If not, they must be explicitly approved using the incoming approvals.

    autoApproveSelfInitiatedOutgoingTransfers: boolean

    Whether the user's self-initiated outgoing transfers are auto-approved. If not, they must be explicitly approved using the outgoing approvals.

    balances: BalanceArray<T>

    The user's balances.

    bitbadgesAddress: string

    The BitBadges address of the user

    collectionId: string

    The collection ID

    incomingApprovals: UserIncomingApprovalWithDetails<T>[]

    The incoming approvals with details like metadata and address lists.

    outgoingApprovals: UserOutgoingApprovalWithDetails<T>[]

    The outgoing approvals with details like metadata and address lists.

    tags?: string[]

    Optional tags for this balance

    updateHistory: UpdateHistory<T>[]

    The update history of this balance

    userPermissions: UserPermissionsWithDetails<T>

    The user permissions with details like metadata and address lists.

    Methods