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

    Interface StellarBorrowArgs

    A HubAssetKey paired with an i128 decimal-string amount.

    interface StellarBorrowArgs {
        accountNonce: number;
        amount: string;
        asset: string;
        hubId: number;
        to?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNonce: number
    amount: string
    asset: string
    hubId: number
    to?: string

    Optional recipient override (C.../G...); debt is recorded on the account.