Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/desmos/profiles/v1beta1/genesis

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

GenesisState

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

Type declaration

  • decode: function
    • decode(input: Uint8Array | Reader, length?: number): GenesisState
  • encode: function
  • fromJSON: function
  • fromPartial: function
    • fromPartial(object: { applicationLinks?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }[]; blocks?: { blocker?: string | undefined; blocked?: string | undefined; reason?: string | undefined; subspace?: string | undefined; }[]; chainLinks?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...[]; dtagTransferRequests?: { dtagToTrade?: string | undefined; sender?: string | undefined; receiver?: string | undefined; }[]; ibcPortId?: string; params?: { nickname?: { minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; dtag?: { regEx?: string | undefined; minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; bio?: { ...; } | undefined; oracle?: { ...; } | undefined; }; relationships?: { creator?: string | undefined; recipient?: string | undefined; subspace?: string | undefined; }[] }): GenesisState
    • Parameters

      • object: { applicationLinks?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }[]; blocks?: { blocker?: string | undefined; blocked?: string | undefined; reason?: string | undefined; subspace?: string | undefined; }[]; chainLinks?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...[]; dtagTransferRequests?: { dtagToTrade?: string | undefined; sender?: string | undefined; receiver?: string | undefined; }[]; ibcPortId?: string; params?: { nickname?: { minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; dtag?: { regEx?: string | undefined; minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; bio?: { ...; } | undefined; oracle?: { ...; } | undefined; }; relationships?: { creator?: string | undefined; recipient?: string | undefined; subspace?: string | undefined; }[] }
        • Optional applicationLinks?: { user?: string | undefined; data?: { application?: string | undefined; username?: string | undefined; } | undefined; state?: ApplicationLinkState | undefined; oracleRequest?: { ...; } | undefined; result?: { ...; } | undefined; creationTime?: Date | undefined; }[]
        • Optional blocks?: { blocker?: string | undefined; blocked?: string | undefined; reason?: string | undefined; subspace?: string | undefined; }[]
        • Optional chainLinks?: { user?: string | undefined; address?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; proof?: { pubKey?: { typeUrl?: string | undefined; value?: Uint8Array | undefined; } | undefined; signature?: string | undefined; plainText?: string | undefined; } | undefined; chainConfig?: { ...; }...[]
        • Optional dtagTransferRequests?: { dtagToTrade?: string | undefined; sender?: string | undefined; receiver?: string | undefined; }[]
        • Optional ibcPortId?: string
        • Optional params?: { nickname?: { minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; dtag?: { regEx?: string | undefined; minLength?: Uint8Array | undefined; maxLength?: Uint8Array | undefined; } | undefined; bio?: { ...; } | undefined; oracle?: { ...; } | undefined; }
        • Optional relationships?: { creator?: string | undefined; recipient?: string | undefined; subspace?: string | undefined; }[]

      Returns GenesisState

  • toJSON: function

Const protobufPackage

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

Generated using TypeDoc