Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerListSubaccountsResponse

    Responses

    interface IndexerServerListSubaccountsResponse {
        subaccounts: {
            id: string;
            subaccount: string;
            created_at: string;
            isolated: boolean;
        }[];
    }
    Index

    Properties

    Properties

    subaccounts: {
        id: string;
        subaccount: string;
        created_at: string;
        isolated: boolean;
    }[]