Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcGetProgramAccountsOptions

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

    The options to use when fetching program accounts.

    Type Declaration

    • OptionaldataSlice?: RpcDataSlice

      For each program account, select only a portion of their data.

    • Optionalfilters?: RpcDataFilter[]

      A set of filters to narrow down the returned program accounts. Max 5 filters.