Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetEngineSubaccountSummaryResponse

    interface GetEngineSubaccountSummaryResponse {
        exists: boolean;
        preState?: SubaccountSummaryState;
        balances: BalanceWithProduct[];
        health: HealthStatusByType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    exists: boolean
    balances: BalanceWithProduct[]
    health: HealthStatusByType