Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
CommitSDKType
Interface CommitSDKType
Commit contains the evidence that a block was committed by a set of validators.
interface
CommitSDKType
{
block_id
:
undefined
|
BlockIDSDKType
;
height
:
bigint
;
round
:
number
;
signatures
:
CommitSigSDKType
[]
;
}
Index
Properties
block_
id
height
round
signatures
Properties
block_
id
block_
id
:
undefined
|
BlockIDSDKType
height
height
:
bigint
round
round
:
number
signatures
signatures
:
CommitSigSDKType
[]
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.