Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/desmos/profiles/v1beta1/msgs_app_links

Index

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

MsgLinkApplication

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

Type declaration

  • decode: function
  • encode: function
  • fromJSON: function
  • fromPartial: function
    • fromPartial(object: { callData?: string; linkData?: { application?: string | undefined; username?: string | undefined; }; sender?: string; sourceChannel?: string; sourcePort?: string; timeoutHeight?: { revisionNumber?: number | undefined; revisionHeight?: number | undefined; }; timeoutTimestamp?: number }): MsgLinkApplication
    • Parameters

      • object: { callData?: string; linkData?: { application?: string | undefined; username?: string | undefined; }; sender?: string; sourceChannel?: string; sourcePort?: string; timeoutHeight?: { revisionNumber?: number | undefined; revisionHeight?: number | undefined; }; timeoutTimestamp?: number }
        • Optional callData?: string

          Hex encoded call data that will be sent to the data source in order to verify the link

        • Optional linkData?: { application?: string | undefined; username?: string | undefined; }

          LinkData contains the data related to the application to which connect

        • Optional sender?: string

          The sender of the connection request

        • Optional sourceChannel?: string

          The channel by which the packet will be sent

        • Optional sourcePort?: string

          The port on which the packet will be sent

        • Optional timeoutHeight?: { revisionNumber?: number | undefined; revisionHeight?: number | undefined; }

          Timeout height relative to the current block height. The timeout is disabled when set to 0.

        • Optional timeoutTimestamp?: number

          Timeout timestamp (in nanoseconds) relative to the current block timestamp. The timeout is disabled when set to 0.

      Returns MsgLinkApplication

  • toJSON: function

MsgLinkApplicationResponse

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

Type declaration

MsgUnlinkApplication

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

Type declaration

MsgUnlinkApplicationResponse

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

Type declaration

Const protobufPackage

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

Generated using TypeDoc