Type alias AccountsFindOneConfig

AccountsFindOneConfig: {
    address: string;
    cacheControl?: string;
    cluster: Cluster;
    program: string;
}

Configures the accounts findOne request.

Type declaration

  • address: string

    The address of the account to find.

  • 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