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

    Class UserBalanceStore<T>

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    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.

    incomingApprovals: UserIncomingApproval<T>[]

    The user's incoming approvals.

    outgoingApprovals: UserOutgoingApproval<T>[]

    The user's outgoing approvals.

    userPermissions: UserPermissions<T>

    The user's permissions.

    Methods