Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/feoblog_client/private/protobuf/feoblog.ts>UserID

a JavaScript client for feoblog written for Deno
Latest
class UserID
extends Message<UserID>
import { UserID } from "https://deno.land/x/feoblog_client@v0.7.0/private/protobuf/feoblog.ts";

Properties

bytes: Uint8Array

A user's public NaCL key/ID. Must be 32 bytes:

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

equals(a: UserID | PlainMessage<UserID> | undefined, b: UserID | PlainMessage<UserID> | undefined): boolean
fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UserID
fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UserID
fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UserID