Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
VoteSDKType
Interface VoteSDKType
Vote represents a prevote, precommit, or commit vote from validators for consensus.
interface
VoteSDKType
{
block_id
:
undefined
|
BlockIDSDKType
;
height
:
bigint
;
round
:
number
;
signature
:
Uint8Array
;
timestamp
:
undefined
|
Date
;
type
:
SignedMsgType
;
validator_address
:
Uint8Array
;
validator_index
:
number
;
}
Index
Properties
block_
id
height
round
signature
timestamp
type
validator_
address
validator_
index
Properties
block_
id
block_
id
:
undefined
|
BlockIDSDKType
height
height
:
bigint
round
round
:
number
signature
signature
:
Uint8Array
timestamp
timestamp
:
undefined
|
Date
type
type
:
SignedMsgType
validator_
address
validator_
address
:
Uint8Array
validator_
index
validator_
index
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block_
id
height
round
signature
timestamp
type
validator_
address
validator_
index
@crownfi/sei-js-proto
Loading...
Vote represents a prevote, precommit, or commit vote from validators for consensus.