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

    Interface StellarWithdrawBatchArgs

    interface StellarWithdrawBatchArgs {
        accountNonce: number;
        to?: string;
        withdrawals: readonly StellarTokenAmount[];
    }
    Index

    Properties

    accountNonce: 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.

    withdrawals: readonly StellarTokenAmount[]