@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
    data: string | Uint8Array<ArrayBufferLike>
    hubId: number
    receiver: string