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

    Interface StellarSupplyArgs

    A hub/token coordinate with a token base-unit amount.

    interface StellarSupplyArgs {
        accountNonce?: string | number;
        amount: string;
        asset: string;
        hubId: number;
        spokeId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNonce?: string | number

    Lending account ID, distinct from the Stellar sequence. Prefer decimal strings; omit / 0 opens an account.

    amount: string

    i128 decimal string in token base units; e.g. 1 token at 7 decimals is "10000000".

    asset: string

    Token contract address (C...), including SAC addresses for classic assets.

    hubId: number

    Liquidity hub from the selected reserve; independent of its risk spoke.

    spokeId: number

    Positive risk-spoke ID. Must match the existing account when topping up.