Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerListSubaccountsParams

    Params

    interface IndexerServerListSubaccountsParams {
        start?: number;
        limit?: number;
        address?: string;
    }
    Index

    Properties

    start?: number
    limit?: number
    address?: string