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

    Interface StellarHubAsset

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

    interface StellarHubAsset {
        asset: string;
        hubId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    asset: string
    hubId: number