Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/desmos/profiles/legacy/v0163/models

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

DTagTransferRequest

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

Type declaration

DTagTransferRequests

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

Type declaration

Pictures

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

Type declaration

Profile

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

Type declaration

Relationship

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

Type declaration

Relationships

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

Type declaration

UserBlock

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

Type declaration

UserBlocks

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

Type declaration

Const protobufPackage

protobufPackage: "desmos.profiles.legacy.v0163" = 'desmos.profiles.legacy.v0163'

Generated using TypeDoc