Type Alias: RpcProviderOptions
RpcProviderOptions =
object&PluginConfig
Defined in: src/provider/types/configuration.type.ts:8
Type Declaration
nodeUrl?
optionalnodeUrl?:string|NetworkName
retries?
optionalretries?:waitForTransactionOptions["retries"]
Define the number of retries for waitForTransaction
transactionRetryIntervalFallback?
optionaltransactionRetryIntervalFallback?:number
Define the time interval between retries in milliseconds
headers?
optionalheaders?:object
Define the headers
blockIdentifier?
optionalblockIdentifier?:BlockIdentifier
chainId?
optionalchainId?:StarknetChainId
specVersion?
optionalspecVersion?:SupportedRpcVersion
waitMode?
optionalwaitMode?:boolean
baseFetch?
optionalbaseFetch?:WindowOrWorkerGlobalScope["fetch"]
resourceBoundsOverhead?
optionalresourceBoundsOverhead?:ResourceBoundsOverhead|false
batch?
optionalbatch?:false|number