Skip to main content
The Deno 2 Release Candidate is 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.29/api-contract/util.ts";

Parameters

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

Returns

T | undefined