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

    Interface StellarFlashLoanArgs

    A (hub_id, asset) coordinate — the HubAssetKey struct, builder-side.

    interface StellarFlashLoanArgs {
        amount: string;
        asset: string;
        data: string | Uint8Array<ArrayBufferLike>;
        hubId: number;
        receiver: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: string
    asset: string

    Token contract address (C...), including SAC addresses for classic assets.

    data: string | Uint8Array<ArrayBufferLike>
    hubId: number

    Liquidity hub from the selected reserve; independent of its risk spoke.

    receiver: string