Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
ProofSpec
Variable ProofSpec
Proof
Spec
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
ProofSpec
;
encode
(
message
:
ProofSpec
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
ProofSpecAmino
)
:
ProofSpec
;
fromAminoMsg
(
object
:
ProofSpecAminoMsg
)
:
ProofSpec
;
fromPartial
(
object
:
{
innerSpec
?:
{
childOrder
?:
number
[]
;
childSize
?:
number
;
emptyChild
?:
Uint8Array
;
hash
?:
HashOp
;
maxPrefixLength
?:
number
;
minPrefixLength
?:
number
;
}
;
leafSpec
?:
{
hash
?:
HashOp
;
length
?:
LengthOp
;
prefix
?:
Uint8Array
;
prehashKey
?:
HashOp
;
prehashValue
?:
HashOp
;
}
;
maxDepth
?:
number
;
minDepth
?:
number
;
}
)
:
ProofSpec
;
fromProtoMsg
(
message
:
ProofSpecProtoMsg
)
:
ProofSpec
;
toAmino
(
message
:
ProofSpec
)
:
ProofSpecAmino
;
toProto
(
message
:
ProofSpec
)
:
Uint8Array
;
toProtoMsg
(
message
:
ProofSpec
)
:
ProofSpecProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...