Kit
Interfaces

FetchAccountConfig

Optional configuration for fetching a singular account.

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 account 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