Class: Bls12381Signature
A bls12381 min-sig signature.
BCS
The BCS serialized form for this type is defined by the following ABNF:
bls12381-signature = 48OCTET
Extends
UniffiAbstractObject
Implements
Properties
[destructorGuardSymbol]
readonly [destructorGuardSymbol]: UniffiGcObject;
[pointerLiteralSymbol]
readonly [pointerLiteralSymbol]: bigint;
[uniffiTypeNameSymbol]
readonly [uniffiTypeNameSymbol]: "Bls12381Signature" = "Bls12381Signature";
Methods
equals()
equals(other): boolean;
Parameters
other
Bls12381Signature
Returns
boolean
hashCode()
hashCode(): bigint;
Returns
bigint
toBytes()
toBytes(): ArrayBuffer;
Returns
ArrayBuffer
Implementation of
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): Bls12381SignatureLike;
Parameters
bytes
ArrayBuffer
Returns
fromStr()
static fromStr(s): Bls12381SignatureLike;
Parameters
s
string
Returns
instanceOf()
static instanceOf(obj_): obj_ is Bls12381Signature;
Parameters
obj_
any
Returns
obj_ is Bls12381Signature
random()
static random(): Bls12381SignatureLike;