Skip to main content

Class: Ed25519Signature

An ed25519 signature.

BCS

The BCS serialized form for this type is defined by the following ABNF:

ed25519-signature = 64OCTET

Extends

  • UniffiAbstractObject

Implements

Properties

[destructorGuardSymbol]

readonly [destructorGuardSymbol]: UniffiGcObject;

[pointerLiteralSymbol]

readonly [pointerLiteralSymbol]: bigint;

[uniffiTypeNameSymbol]

readonly [uniffiTypeNameSymbol]: "Ed25519Signature" = "Ed25519Signature";

Methods

equals()

equals(other): boolean;

Parameters

other

Ed25519Signature

Returns

boolean


hashCode()

hashCode(): bigint;

Returns

bigint


toBytes()

toBytes(): ArrayBuffer;

Returns

ArrayBuffer

Implementation of

Ed25519SignatureLike.toBytes


uniffiDestroy()

uniffiDestroy(): void;

Explicitly tell Rust to destroy the native peer that backs this object.

Once this method has been called, any following method calls will throw an error.

Can be called more than once.

Returns

void

Overrides

UniffiAbstractObject.uniffiDestroy

uniffiUse()

uniffiUse<T>(block): T;

A convenience method to use this object, then destroy it after its use.

Type Parameters

T

T

Parameters

block

(obj) => T

Returns

T

Inherited from

UniffiAbstractObject.uniffiUse

fromBytes()

static fromBytes(bytes): Ed25519SignatureLike;

Parameters

bytes

ArrayBuffer

Returns

Ed25519SignatureLike


fromStr()

static fromStr(s): Ed25519SignatureLike;

Parameters

s

string

Returns

Ed25519SignatureLike


instanceOf()

static instanceOf(obj_): obj_ is Ed25519Signature;

Parameters

obj_

any

Returns

obj_ is Ed25519Signature


random()

static random(): Ed25519SignatureLike;

Returns

Ed25519SignatureLike