Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/desmos/profiles/v1beta1/client/cli

Index

Interfaces

Type aliases

Variables

Type aliases

DeepPartial

DeepPartial<T>: T extends Builtin ? T : T extends infer U[] ? DeepPartial<U>[] : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {[ K in keyof T]: DeepPartial<T[K]> } : Partial<T>

Type parameters

  • T

Variables

ChainLinkJSON

ChainLinkJSON: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

  • decode: function
    • decode(input: Uint8Array | Reader, length?: number): ChainLinkJSON
  • encode: function
  • fromJSON: function
  • fromPartial: function
    • fromPartial(object: { address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; chainConfig?: { name?: string | undefined; }; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } }): ChainLinkJSON
    • Parameters

      • object: { address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }; chainConfig?: { name?: string | undefined; }; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } }
        • Optional address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; }

          Address contains the data of the external chain address to be connected with the Desmos profile

        • Optional chainConfig?: { name?: string | undefined; }

          ChainConfig contains the configuration of the external chain

        • Optional proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; }

          Proof contains the ownership proof of the external chain address

      Returns ChainLinkJSON

  • toJSON: function

Const protobufPackage

protobufPackage: "desmos.profiles.v1beta1.client" = 'desmos.profiles.v1beta1.client'

Generated using TypeDoc