Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
BlockResult
Interface BlockResult
The result shape for a confirmed block returned by
getBlock
.
Since
1.0.0
interface
BlockResult
{
blockhash
:
string
;
blockHeight
:
null
|
number
;
blockTime
:
null
|
UnixTimestamp
;
parentSlot
:
Slot
;
previousBlockhash
:
string
;
rewards
?:
BlockReward
[]
;
signatures
?:
string
[]
;
transactions
?:
{
meta
:
null
|
TransactionMeta
;
transaction
:
unknown
;
version
?:
number
|
"legacy"
;
}
[]
;
}
Index
Properties
blockhash
block
Height
block
Time
parent
Slot
previous
Blockhash
rewards?
signatures?
transactions?
Properties
blockhash
blockhash
:
string
block
Height
block
Height
:
null
|
number
block
Time
block
Time
:
null
|
UnixTimestamp
parent
Slot
parent
Slot
:
Slot
previous
Blockhash
previous
Blockhash
:
string
Optional
rewards
rewards
?:
BlockReward
[]
Optional
signatures
signatures
?:
string
[]
Optional
transactions
transactions
?:
{
meta
:
null
|
TransactionMeta
;
transaction
:
unknown
;
version
?:
number
|
"legacy"
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blockhash
block
Height
block
Time
parent
Slot
previous
Blockhash
rewards
signatures
transactions
@oobe-protocol-labs/synapse-client-sdk
Loading...
The result shape for a confirmed block returned by getBlock.
Since
1.0.0