Interfaces
FetchAccountsConfig
Optional configuration for fetching multiple accounts.
Properties
Property | Type | Default value | Description |
---|---|---|---|
abortSignal? | AbortSignal | undefined | - |
commitment? | Commitment | Whichever 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? | bigint | undefined | Prevents accessing stale data by enforcing that the RPC node has processed transactions up to this slot |