Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
ProofOps
Variable ProofOps
Proof
Ops
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
ProofOps
;
encode
(
message
:
ProofOps
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
ProofOpsAmino
)
:
ProofOps
;
fromAminoMsg
(
object
:
ProofOpsAminoMsg
)
:
ProofOps
;
fromPartial
(
object
:
{
ops
?:
{
data
?:
Uint8Array
;
key
?:
Uint8Array
;
type
?:
string
;
}
[]
;
}
)
:
ProofOps
;
fromProtoMsg
(
message
:
ProofOpsProtoMsg
)
:
ProofOps
;
toAmino
(
message
:
ProofOps
)
:
ProofOpsAmino
;
toProto
(
message
:
ProofOps
)
:
Uint8Array
;
toProtoMsg
(
message
:
ProofOps
)
:
ProofOpsProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...