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

    Interface StellarSupplyBatchArgs

    interface StellarSupplyBatchArgs {
        accountNonce?: number;
        assets: readonly StellarTokenAmount[];
        eModeCategory?: number;
    }
    Index

    Properties

    accountNonce?: number
    assets: readonly StellarTokenAmount[]
    eModeCategory?: number