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