Responses

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

Properties

Properties

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