Avalanche SDK Client
Preparing search index...
methods/index
GetContainerRangeReturnType
Type Alias GetContainerRangeReturnType
Return type for the index.getContainerRange method.
type
GetContainerRangeReturnType
=
{
containers
:
{
bytes
:
string
;
encoding
:
"hex"
;
id
:
string
;
index
:
string
;
timestamp
:
string
}
[]
;
}
Index
Properties
containers
Properties
containers
containers
:
{
bytes
:
string
;
encoding
:
"hex"
;
id
:
string
;
index
:
string
;
timestamp
:
string
}
[]
Array of container details, each containing:
id: The container's ID
bytes: The byte representation of the container
timestamp: The time at which this node accepted the container
encoding: The encoding format used for the container data. Only "hex" is supported.
index: How many containers were accepted in this index before this one
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
containers
GitHub
Avalanche Docs
Avalanche SDK Client
Loading...
Return type for the index.getContainerRange method.