Preparing search index...
The search index is not available
@thirdweb-dev/sdk
@thirdweb-dev/sdk
StaticJsonRpcBatchProvider
Class StaticJsonRpcBatchProvider
Hierarchy
StaticJsonRpcProvider
StaticJsonRpcBatchProvider
Index
Constructors
constructor
Properties
_pending
Batch
_pending
Batch
Aggregator
_size
Limit
_time
Limit
Ms
Methods
send
send
Current
Batch
Constructors
constructor
new
Static
Json
Rpc
Batch
Provider
(
url
,
network
,
batchOptions
?
)
:
StaticJsonRpcBatchProvider
Parameters
url
:
undefined
|
string
|
ConnectionInfo
network
:
undefined
|
Networkish
batchOptions
:
Partial
<
{
sizeLimit
:
number
;
timeLimitMs
:
number
;
}
>
= DEFAULT_BATCH_OPTIONS
Returns
StaticJsonRpcBatchProvider
Properties
_pending
Batch
_pending
Batch
:
null
|
{
reject
:
(
(
error
)
=>
void
)
;
request
:
{
id
:
number
;
jsonrpc
:
"2.0"
;
method
:
string
;
params
:
any
[]
;
}
;
resolve
:
(
(
result
)
=>
void
)
;
}
[]
_pending
Batch
Aggregator
_pending
Batch
Aggregator
:
null
|
Timer
Private
_size
Limit
_size
Limit
:
number
Private
_time
Limit
Ms
_time
Limit
Ms
:
number
Methods
send
send
(
method
,
params
)
:
Promise
<
any
>
Parameters
method
:
string
params
:
any
[]
Returns
Promise
<
any
>
Private
send
Current
Batch
send
Current
Batch
(
request
)
:
Promise
<
void
>
Parameters
request
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_pending
Batch
_pending
Batch
Aggregator
_size
Limit
_time
Limit
Ms
send
send
Current
Batch
@thirdweb-dev/sdk
AdminFlag
ChainId
ClaimEligibility
EventType
ListingType
ProposalState
Status
VoteType
Account
AccountFactory
ContractAppURI
ContractDeployer
ContractEncoder
ContractEvents
ContractInterceptor
ContractMetadata
ContractOwner
ContractPlatformFee
ContractPrimarySale
ContractRoles
ContractRoyalty
Loading...
Generated using
TypeDoc