Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
GetContractEventsReturnType
Type alias GetContractEventsReturnType<abi, eventName, strict, fromBlock, toBlock, isPending>
Get
Contract
Events
Return
Type
<
abi
,
eventName
,
strict
,
fromBlock
,
toBlock
,
isPending
>
:
Log
<
bigint
,
number
,
isPending
,
undefined
,
strict
,
abi
,
eventName
>
[]
Type Parameters
abi
extends
Abi
|
readonly
unknown
[]
=
readonly
unknown
[]
eventName
extends
ContractEventName
<
abi
>
|
undefined
=
ContractEventName
<
abi
>
|
undefined
strict
extends
boolean
|
undefined
=
undefined
fromBlock
extends
BlockNumber
|
BlockTag
|
undefined
=
undefined
toBlock
extends
BlockNumber
|
BlockTag
|
undefined
=
undefined
isPending
extends
boolean
=
(
fromBlock
extends
"pending"
?
true
:
false
)
|
(
toBlock
extends
"pending"
?
true
:
false
)
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...