Skip to main content
Module

x/feoblog_client/mod.ts>protobuf.UserID

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

Constructors

new
UserID(data?: PartialMessage<UserID>)

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