Kit
Interfaces

FetchAccountsConfig

Optional configuration for fetching multiple accounts.

Properties

PropertyTypeDefault valueDescription
abortSignal?AbortSignalundefined-
commitment?CommitmentWhichever default is applied by the underlying RpcApi in use. For example, when using an API created by a createSolanaRpc*() helper, the default commitment is "confirmed" unless configured otherwise. Unmitigated by an API layer on the client, the default commitment applied by the server is "finalized".Fetch the details of the accounts as of the highest slot that has reached this level of commitment.
minContextSlot?bigintundefinedPrevents accessing stale data by enforcing that the RPC node has processed transactions up to this slot

On this page