Variables
ListAllInterfacesRequest
ListAllInterfacesRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
ListAllInterfacesResponse
ListAllInterfacesResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { interfaceNames?: string[] }
-
Optional interfaceNames?: string[]
-
toJSON: function
-
Parameters
Returns unknown
ListImplementationsRequest
ListImplementationsRequest: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { interfaceName?: string }
-
Optional interfaceName?: string
-
toJSON: function
-
Parameters
Returns unknown
ListImplementationsResponse
ListImplementationsResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
Parameters
-
object: { implementationMessageNames?: string[] }
-
Optional implementationMessageNames?: string[]
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.base.reflection.v1beta1" = 'cosmos.base.reflection.v1beta1'
interface_names is an array of all the registered interfaces.