Ask AI
Docs
Connect
Contracts
Engine
Payments
SDKs
SDKs
Ask AI
Search Docs
K
Support
Support
Changelog
TypeScript SDK
References
WatchBlockNumberParams
WatchBlockNumberParams
Defined in
sdk/src/evm/functions/watchBlock.ts#L12
type
WatchBlockNumberParams
=
SharedBlockParams
&
{
onBlockNumber
:
(
blockNumber
:
number
)
=>
void
;
};
On this page