StarknetConfig
type StarknetConfig = object;
Defined in: atomiq-chain-starknet/src/starknet/chain/StarknetChainInterface.ts:22
Configuration options for Starknet chain interface
Properties
getLogChunkSize?
optional getLogChunkSize: number;
Defined in: atomiq-chain-starknet/src/starknet/chain/StarknetChainInterface.ts:28
Limit of the number of events retrieved by a single starknet_getEvents RPC call.
Defaults to 100 events
getLogForwardBlockRange?
optional getLogForwardBlockRange: number;
Defined in: atomiq-chain-starknet/src/starknet/chain/StarknetChainInterface.ts:35
When fetching events in the forward direction, sets the limit on the number of blocks
to fetch in a single starknet_getEvents RPC call.
Defaults to 2000 blocks
maxGetLogKeys?
optional maxGetLogKeys: number;
Defined in: atomiq-chain-starknet/src/starknet/chain/StarknetChainInterface.ts:41
Maximum numbers of keys allowed to be specified in a single starknet_getEvents RPC call
Defaults to 64 keys
maxParallelCalls?
optional maxParallelCalls: number;
Defined in: atomiq-chain-starknet/src/starknet/chain/StarknetChainInterface.ts:45
Maximum number of parallel contract calls to execute in batch functions