@xoxno/sdk-js
    Preparing search index...

    Type Alias StellarWalletBalanceDto

    type StellarWalletBalanceDto = {
        amount: string;
        asset: string;
        decimals: number;
        network: string;
        owner: string;
    }
    Index

    Properties

    amount: string

    Exact nonnegative i128 token base units. Raw holdings, not guaranteed spendable funds.

    asset: string
    decimals: number
    network: string

    Deployment-selected Stellar network: mainnet or testnet

    owner: string