Type Alias IBCEvent<E, T>
IBCEvent<E, T>: { blockHeight: number; blockTime: number; event: E; target?: string; type: T; } & { [K in keyof IBCPacketEvents[E]]: IBCPacketEvents[E][K]} Type declaration
blockHeight: number
blockTime: number
event: E
Optional
target?: string
type: T
e.g. the chain address of the LocalChainAccount