Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
ParsedBlockMeta
Interface ParsedBlockMeta
Parsed block meta.
Since
1.0.0
interface
ParsedBlockMeta
{
blockhash
:
string
;
blockHeight
?:
number
;
blockTime
?:
Date
;
executedTransactionCount
?:
number
;
parentBlockhash
?:
string
;
parentSlot
?:
Slot
;
slot
:
Slot
;
timestamp
?:
Date
;
}
Index
Properties
blockhash
block
Height?
block
Time?
executed
Transaction
Count?
parent
Blockhash?
parent
Slot?
slot
timestamp?
Properties
blockhash
blockhash
:
string
Optional
block
Height
block
Height
?:
number
Optional
block
Time
block
Time
?:
Date
Optional
executed
Transaction
Count
executed
Transaction
Count
?:
number
Optional
parent
Blockhash
parent
Blockhash
?:
string
Optional
parent
Slot
parent
Slot
?:
Slot
slot
slot
:
Slot
Optional
timestamp
timestamp
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blockhash
block
Height
block
Time
executed
Transaction
Count
parent
Blockhash
parent
Slot
slot
timestamp
@oobe-protocol-labs/synapse-client-sdk
Loading...
Parsed block meta.
Since
1.0.0