Type alias AccountsAggregateConfig

AccountsAggregateConfig: {
    body: AccountsAggregateBody;
    cacheControl?: string;
    cluster: Cluster;
    program: string;
}

Configures the accounts aggregate request.

Type declaration

  • body: AccountsAggregateBody

    The request body.

  • Optional cacheControl?: string

    The cache control header to use for the request.

  • cluster: Cluster

    The cluster to execute the query on, i.e. mainnet or devnet.

  • program: string

    The program whose accounts we are querying.

Generated using TypeDoc