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

    Interface StellarMigrateFromBlendArgs

    migrate_from_blend references the Blend pool's bare-Address assets, so collateral / supply / debt stay token-keyed; only the account's risk spoke (spoke_id) crosses on the XOXNO side.

    interface StellarMigrateFromBlendArgs {
        accountId: string | number;
        blendPool: string;
        collateralTokens: readonly string[];
        debtCaps: readonly { cap: string; token: string }[];
        hubId: number;
        spokeId: number;
        supplyTokens: readonly string[];
    }
    Index

    Properties

    accountId: string | number
    blendPool: string
    collateralTokens: readonly string[]
    debtCaps: readonly { cap: string; token: string }[]
    hubId: number
    spokeId: number
    supplyTokens: readonly string[]