Preparing search index...
The search index is not available
Spectre WASM32 SDK
Spectre WASM32 SDK
IBlock
Interface IBlock
Interface defining the structure of a block.
interface
IBlock
{
header
:
IHeader
;
transactions
:
ITransaction
[]
;
verboseData
?:
IBlockVerboseData
;
}
Index
Properties
header
transactions
verbose
Data?
Properties
header
header
:
IHeader
transactions
transactions
:
ITransaction
[]
Optional
verbose
Data
verbose
Data
?:
IBlockVerboseData
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
header
transactions
verbose
Data
Spectre WASM32 SDK
Loading...
Interface defining the structure of a block.