RpcGetProgramAccountsOptions: RpcBaseOptions & {
    dataSlice?: RpcDataSlice;
    filters?: RpcDataFilter[];
}

The options to use when fetching program accounts.

Generated using TypeDoc