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

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

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

Properties

bytes: Uint8Array

A NaCL signature. Must be 64 bytes:

Static Properties

readonly
fields: FieldList
readonly
runtime
readonly
typeName: string

Static Methods

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