Ask AI
Docs
Wallets
Contracts
Payments
Infrastructure
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