Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
cosmos
crypto
ed25519
Variable ed25519
Const
ed25519
:
{
PrivKey
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
PrivKey
;
encode
(
message
:
PrivKey
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
PrivKeyAmino
)
:
PrivKey
;
fromAminoMsg
(
object
:
PrivKeyAminoMsg
)
:
PrivKey
;
fromPartial
(
object
:
{
key
?:
Uint8Array
;
}
)
:
PrivKey
;
fromProtoMsg
(
message
:
PrivKeyProtoMsg
)
:
PrivKey
;
toAmino
(
message
:
PrivKey
)
:
PrivKeyAmino
;
toAminoMsg
(
message
:
PrivKey
)
:
PrivKeyAminoMsg
;
toProto
(
message
:
PrivKey
)
:
Uint8Array
;
toProtoMsg
(
message
:
PrivKey
)
:
PrivKeyProtoMsg
;
}
;
PubKey
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
PubKey
;
encode
(
message
:
PubKey
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
PubKeyAmino
)
:
PubKey
;
fromAminoMsg
(
object
:
PubKeyAminoMsg
)
:
PubKey
;
fromPartial
(
object
:
{
key
?:
Uint8Array
;
}
)
:
PubKey
;
fromProtoMsg
(
message
:
PubKeyProtoMsg
)
:
PubKey
;
toAmino
(
message
:
PubKey
)
:
PubKeyAmino
;
toAminoMsg
(
message
:
PubKey
)
:
PubKeyAminoMsg
;
toProto
(
message
:
PubKey
)
:
Uint8Array
;
toProtoMsg
(
message
:
PubKey
)
:
PubKeyProtoMsg
;
}
;
}
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...