Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/vats
index
IBCPacket
Type alias IBCPacket
IBCPacket
:
{
data
:
Bytes
;
destination_channel
:
IBCChannelID
;
destination_port
:
IBCPortID
;
sequence
?:
number
;
source_channel
:
IBCChannelID
;
source_port
:
IBCPortID
;
timeout_height
?:
number
;
timeout_timestamp
?:
number
;
}
Type declaration
data
:
Bytes
destination_
channel
:
IBCChannelID
destination_
port
:
IBCPortID
Optional
sequence
?:
number
source_
channel
:
IBCChannelID
source_
port
:
IBCPortID
Optional
timeout_
height
?:
number
Optional
timeout_
timestamp
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...