MCPcopy Create free account
hub / github.com/blocknative/sdk / NotificationObject

Interface NotificationObject

src/types.ts:2–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Subject } from 'rxjs'
2export interface NotificationObject {
3 type?: 'pending' | 'success' | 'error' | 'hint'
4 message?: string
5 autoDismiss?: number
6 onclick?: (event: any) => void
7 eventCode?: string
8}
9
10export interface ContractCall {
11 contractType?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected