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

    Interface StellarHubAssetAmount

    A HubAssetKey paired with an i128 decimal-string amount.

    interface StellarHubAssetAmount {
        amount: string;
        asset: string;
        hubId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    amount: string
    asset: string
    hubId: number