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

    Interface StellarWithdrawBatchArgs

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

    Properties

    accountNonce: number
    to?: string
    withdrawals: readonly StellarHubAssetAmount[]