Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/api-contract/util.ts>applyOnEvent

Package publishing for deno.land/x/polkadot
Go to Latest
function applyOnEvent
import { applyOnEvent } from "https://deno.land/x/polkadot@0.2.27/api-contract/util.ts";

Parameters

types: ContractEvents[]
fn: (records: EventRecord[]) => T

Returns

T | undefined