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

    Interface StellarWithdrawArgs

    A HubAssetKey paired with an i128 decimal-string amount.

    interface StellarWithdrawArgs {
        accountNonce: number;
        amount: string;
        asset: string;
        hubId: number;
        to?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNonce: number
    amount: string
    asset: string
    hubId: number
    to?: string

    Optional recipient override (C... or G...). The pool pays the withdrawn tokens to this address instead of the caller. Omit for the standard flow — the contract arg is still sent, encoded as Option::None (ScVal void), which the controller resolves to the caller.