Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
RawBlockMeta
Interface RawBlockMeta
Raw block meta update.
Since
1.0.0
interface
RawBlockMeta
{
block_height
?:
string
;
block_time
?:
RawTimestamp
;
blockhash
:
string
;
executed_transaction_count
?:
string
;
parent_blockhash
?:
string
;
parent_slot
?:
string
;
rewards
:
unknown
[]
;
slot
:
string
;
}
Index
Properties
block_
height?
block_
time?
blockhash
executed_
transaction_
count?
parent_
blockhash?
parent_
slot?
rewards
slot
Properties
Optional
block_
height
block_
height
?:
string
Optional
block_
time
block_
time
?:
RawTimestamp
blockhash
blockhash
:
string
Optional
executed_
transaction_
count
executed_
transaction_
count
?:
string
Optional
parent_
blockhash
parent_
blockhash
?:
string
Optional
parent_
slot
parent_
slot
?:
string
rewards
rewards
:
unknown
[]
slot
slot
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block_
height
block_
time
blockhash
executed_
transaction_
count
parent_
blockhash
parent_
slot
rewards
slot
@oobe-protocol-labs/synapse-client-sdk
Loading...
Raw block meta update.
Since
1.0.0