Mayson Monorepo Documentation
    Preparing search index...
    interface Balance {
        cash: { [key: string]: number };
        inbound_pending: { [key: string]: number };
        outbound_pending: { [key: string]: number };
    }
    Index

    Properties

    cash: { [key: string]: number }

    Funds the user can spend right now.

    inbound_pending: { [key: string]: number }

    Funds not spendable yet, but will become available at a later time.

    outbound_pending: { [key: string]: number }

    Funds in the account, but not spendable because they are being held for pending outbound flows.