Preparing search index...
The search index is not available
blaze-cardano
blaze-cardano
blaze-ogmios/src
Schema
BlockBFT
Interface BlockBFT
interface
BlockBFT
{
ancestor
:
string
;
delegate
:
{
verificationKey
:
string
;
}
;
era
:
"byron"
;
height
:
number
;
id
:
string
;
issuer
:
{
verificationKey
:
string
;
}
;
operationalCertificates
?:
BootstrapOperationalCertificate
[]
;
protocol
:
{
id
:
number
;
software
:
SoftwareVersion
;
update
?:
BootstrapProtocolUpdate
;
version
:
ProtocolVersion
;
}
;
size
:
{
bytes
:
number
;
}
;
slot
:
number
;
transactions
?:
Schema
.
Transaction
[]
;
type
:
"bft"
;
}
Index
Properties
ancestor
delegate
era
height
id
issuer
operational
Certificates?
protocol
size
slot
transactions?
type
Properties
ancestor
ancestor
:
string
delegate
delegate
:
{
verificationKey
:
string
;
}
era
era
:
"byron"
height
height
:
number
id
id
:
string
issuer
issuer
:
{
verificationKey
:
string
;
}
Optional
operational
Certificates
operational
Certificates
?:
BootstrapOperationalCertificate
[]
protocol
protocol
:
{
id
:
number
;
software
:
SoftwareVersion
;
update
?:
BootstrapProtocolUpdate
;
version
:
ProtocolVersion
;
}
size
size
:
{
bytes
:
number
;
}
slot
slot
:
number
Optional
transactions
transactions
?:
Schema
.
Transaction
[]
type
type
:
"bft"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ancestor
delegate
era
height
id
issuer
operational
Certificates
protocol
size
slot
transactions
type
blaze-cardano
Loading...