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