Preparing search index...
The search index is not available
Kaspa WASM32 SDK - Core
Kaspa WASM32 SDK - Core
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
Kaspa WASM32 SDK - Core
AccountsDiscoveryKind
AddressVersion
ConnectStrategy
Encoding
FeeSource
Language
NetworkType
NewAddressKind
RpcEventType
SubmitBlockRejectReason
TransactionDataType
UtxoProcessorEventType
WalletEventType
Abortable
Aborted
Account
AccountKind
Address
AgentConstructorOptions
AppendFileOptions
AssertionErrorOptions
Loading...
Generated using
TypeDoc
Interface defining the structure of a block.