Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
Commit
Interface Commit
Commit contains the evidence that a block was committed by a set of validators.
interface
Commit
{
blockId
:
undefined
|
BlockID
;
height
:
bigint
;
round
:
number
;
signatures
:
CommitSig
[]
;
}
Index
Properties
block
Id
height
round
signatures
Properties
block
Id
block
Id
:
undefined
|
BlockID
height
height
:
bigint
round
round
:
number
signatures
signatures
:
CommitSig
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Id
height
round
signatures
@crownfi/sei-js-proto
Loading...
Commit contains the evidence that a block was committed by a set of validators.