Optional
Readonly
aminoType
aminoType?: string
decode
decode: ((input: any,
length?: number) => T) encode
encode: ((message: T,
writer?: any) => any) Optional
fromAmino
fromAmino?: ((amino: Amino) => T) Optional
fromAminoMsg
Optional
fromJSON
fromJSON?: ((object: any) => any)
fromPartial
fromPartial: ((object: any) => any)
Optional
fromProtoMsg
Optional
fromSDK
fromSDK?: ((sdk: SDK) => T) Optional
fromSDKJSON
fromSDKJSON?: ((object: any) => SDK) Optional
toAmino
toAmino?: ((message: T) => Amino) Optional
toAminoMsg
Optional
toJSON
toJSON?: ((message: any) => any)
Optional
toProto
toProto?: ((message: T) => Uint8Array) Optional
toProtoMsg
toProtoMsg?: ((message: T) => Any) Optional
toSDK
toSDK?: ((message: T) => SDK) Readonly
typeUrl
typeUrl: string
A type generated by Telescope 1.0.