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

    Interface StellarBorrowBatchArgs

    interface StellarBorrowBatchArgs {
        accountNonce: number;
        borrows: readonly StellarHubAssetAmount[];
        to?: string;
    }
    Index

    Properties

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