Variables
DominoOp
DominoOp: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): DominoOp
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: DominoOp, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { input?: string; key?: string; output?: string }): DominoOp
-
Parameters
-
object: { input?: string; key?: string; output?: string }
-
Optional input?: string
-
Optional key?: string
-
Optional output?: string
-
toJSON: function
-
Parameters
Returns unknown
Proof
Proof: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): Proof
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: Proof, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
- fromJSON(object: any): Proof
-
fromPartial: function
- fromPartial(object: { aunts?: Uint8Array[]; index?: number; leafHash?: Uint8Array; total?: number }): Proof
-
Parameters
-
object: { aunts?: Uint8Array[]; index?: number; leafHash?: Uint8Array; total?: number }
-
Optional aunts?: Uint8Array[]
-
Optional index?: number
-
Optional leafHash?: Uint8Array
-
Optional total?: number
-
toJSON: function
- toJSON(message: Proof): unknown
-
Parameters
Returns unknown
ProofOp
ProofOp: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): ProofOp
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: ProofOp, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { data?: Uint8Array; key?: Uint8Array; type?: string }): ProofOp
-
Parameters
-
object: { data?: Uint8Array; key?: Uint8Array; type?: string }
-
Optional data?: Uint8Array
-
Optional key?: Uint8Array
-
Optional type?: string
-
toJSON: function
-
Parameters
Returns unknown
ProofOps
ProofOps: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): ProofOps
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: ProofOps, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { ops?: { type?: string | undefined; key?: Uint8Array | undefined; data?: Uint8Array | undefined; }[] }): ProofOps
-
Parameters
-
object: { ops?: { type?: string | undefined; key?: Uint8Array | undefined; data?: Uint8Array | undefined; }[] }
-
Optional ops?: { type?: string | undefined; key?: Uint8Array | undefined; data?: Uint8Array | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
ValueOp
ValueOp: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): ValueOp
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: ValueOp, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { key?: Uint8Array; proof?: { total?: number | undefined; index?: number | undefined; leafHash?: Uint8Array | undefined; aunts?: Uint8Array[] | undefined; } }): ValueOp
-
Parameters
-
object: { key?: Uint8Array; proof?: { total?: number | undefined; index?: number | undefined; leafHash?: Uint8Array | undefined; aunts?: Uint8Array[] | undefined; } }
-
Optional key?: Uint8Array
-
Optional proof?: { total?: number | undefined; index?: number | undefined; leafHash?: Uint8Array | undefined; aunts?: Uint8Array[] | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "tendermint.crypto" = 'tendermint.crypto'
Encoded in ProofOp.Key.