Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerListSubaccountsResponse

    Responses

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

    Properties

    Properties

    subaccounts: { id: string; subaccount: string }[]