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