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

    Interface StellarSupplyArgs

    A HubAssetKey paired with an i128 decimal-string amount.

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

    Hierarchy (View Summary)

    Index

    Properties

    accountNonce?: number

    Existing account id; omit / 0 opens a new account.

    amount: string
    asset: string
    hubId: number
    spokeId?: number

    Risk spoke the (new) account binds to; defaults to the canonical spoke 0.