Skip to main content

Class: SignatureUnlock

An unlock holding one or more signatures unlocking one or more inputs..

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new SignatureUnlock(signature)

Parameters

NameTypeDescription
signatureEd25519SignatureAn Ed25519 signature.

Overrides

Unlock.constructor

Properties

type

Readonly type: UnlockType

Inherited from

Unlock.type


signature

signature: Ed25519Signature

The signature.

Methods

getType

getType(): UnlockType

Get the type of unlock.

Returns

UnlockType

Inherited from

Unlock.getType