Nado Typescript SDK Documentation
    Preparing search index...

    Interface SubaccountSummaryResponse

    interface SubaccountSummaryResponse {
        exists: boolean;
        balances: BalanceWithProduct[];
        health: HealthStatusByType;
    }
    Index

    Properties

    exists: boolean
    balances: BalanceWithProduct[]