Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/vats
index
IBCEvent
Type alias IBCEvent<E>
IBCEvent
<
E
>
:
{
blockHeight
:
number
;
blockTime
:
number
;
event
:
E
;
type
:
"IBC_EVENT"
;
}
&
{
[
K
in
keyof
IBCPacketEvents
[
E
]
]
:
IBCPacketEvents
[
E
]
[
K
]
}
Type Parameters
E
extends
IBCBridgeEvent
Type declaration
block
Height
:
number
block
Time
:
number
event
:
E
type
:
"IBC_EVENT"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...