Preparing search index...
The search index is not available
blaze-cardano
blaze-cardano
blaze-ogmios/src
Schema
BlockPraos
Interface BlockPraos
interface
BlockPraos
{
ancestor
:
string
;
era
:
|
"shelley"
|
"allegra"
|
"mary"
|
"alonzo"
|
"babbage"
;
height
:
number
;
id
:
string
;
issuer
:
{
leaderValue
:
CertifiedVrf
;
operationalCertificate
:
OperationalCertificate
;
verificationKey
:
string
;
vrfVerificationKey
:
string
;
}
;
nonce
?:
CertifiedVrf
;
protocol
:
{
version
:
ProtocolVersion
;
}
;
size
:
{
bytes
:
number
;
}
;
slot
:
number
;
transactions
?:
Schema
.
Transaction
[]
;
type
:
"praos"
;
}
Index
Properties
ancestor
era
height
id
issuer
nonce?
protocol
size
slot
transactions?
type
Properties
ancestor
ancestor
:
string
era
era
:
|
"shelley"
|
"allegra"
|
"mary"
|
"alonzo"
|
"babbage"
height
height
:
number
id
id
:
string
issuer
issuer
:
{
leaderValue
:
CertifiedVrf
;
operationalCertificate
:
OperationalCertificate
;
verificationKey
:
string
;
vrfVerificationKey
:
string
;
}
Optional
nonce
nonce
?:
CertifiedVrf
protocol
protocol
:
{
version
:
ProtocolVersion
;
}
size
size
:
{
bytes
:
number
;
}
slot
slot
:
number
Optional
transactions
transactions
?:
Schema
.
Transaction
[]
type
type
:
"praos"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ancestor
era
height
id
issuer
nonce
protocol
size
slot
transactions
type
blaze-cardano
Loading...