Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
ValidatorUpdate
Variable ValidatorUpdate
Validator
Update
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
ValidatorUpdate
;
encode
(
message
:
ValidatorUpdate
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
ValidatorUpdateAmino
)
:
ValidatorUpdate
;
fromAminoMsg
(
object
:
ValidatorUpdateAminoMsg
)
:
ValidatorUpdate
;
fromPartial
(
object
:
{
power
?:
bigint
;
pubKey
?:
{
ed25519
?:
Uint8Array
;
secp256k1
?:
Uint8Array
;
}
;
}
)
:
ValidatorUpdate
;
fromProtoMsg
(
message
:
ValidatorUpdateProtoMsg
)
:
ValidatorUpdate
;
toAmino
(
message
:
ValidatorUpdate
)
:
ValidatorUpdateAmino
;
toProto
(
message
:
ValidatorUpdate
)
:
Uint8Array
;
toProtoMsg
(
message
:
ValidatorUpdate
)
:
ValidatorUpdateProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...