Variables
QueryApplicationLinkByClientIDRequest
QueryApplicationLinkByClientIDRequest: { 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: { clientId?: string }
-
Optional clientId?: string
-
toJSON: function
-
Parameters
Returns unknown
QueryApplicationLinkByClientIDResponse
QueryApplicationLinkByClientIDResponse: { 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
- fromPartial(object: { link?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; } }): QueryApplicationLinkByClientIDResponse
-
Parameters
-
object: { link?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; } }
-
Optional link?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
QueryUserApplicationLinkRequest
QueryUserApplicationLinkRequest: { 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: { application?: string; user?: string; username?: string }
-
Optional application?: string
-
Optional user?: string
-
Optional username?: string
-
toJSON: function
-
Parameters
Returns unknown
QueryUserApplicationLinkResponse
QueryUserApplicationLinkResponse: { 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
- fromPartial(object: { link?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; } }): QueryUserApplicationLinkResponse
-
Parameters
-
object: { link?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; } }
-
Optional link?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
QueryUserApplicationLinksRequest
QueryUserApplicationLinksRequest: { 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
- fromPartial(object: { pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }; user?: string }): QueryUserApplicationLinksRequest
-
Parameters
-
object: { pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }; user?: string }
-
Optional pagination?: { key?: Uint8Array | undefined; offset?: number | undefined; limit?: number | undefined; countTotal?: boolean | undefined; }
-
Optional user?: string
-
toJSON: function
-
Parameters
Returns unknown
QueryUserApplicationLinksResponse
QueryUserApplicationLinksResponse: { 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
- fromPartial(object: { links?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }[]; pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; } }): QueryUserApplicationLinksResponse
-
Parameters
-
object: { links?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }[]; pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; } }
-
Optional links?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }[]
-
Optional pagination?: { nextKey?: Uint8Array | undefined; total?: number | undefined; }
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "desmos.profiles.v1beta1" = 'desmos.profiles.v1beta1'
ClientID represents the ID of the client to which search the link for