Skip to main content

ClientReqLock

@harmoniclabs/mutexo-messages


@harmoniclabs/mutexo-messages / ClientReqLock

Class: ClientReqLock

Defined in: clientReqs/ClientReqLock.ts:22

Implements

Constructors

new ClientReqLock()

new ClientReqLock(stuff): ClientReqLock

Defined in: clientReqs/ClientReqLock.ts:28

Parameters

stuff

IClientReqLock

Returns

ClientReqLock

Properties

id

readonly id: number

Defined in: clientReqs/ClientReqLock.ts:24

Implementation of

IClientReqLock.id


required

readonly required: number

Defined in: clientReqs/ClientReqLock.ts:26

Implementation of

IClientReqLock.required


utxoRefs

readonly utxoRefs: TxOutRef[]

Defined in: clientReqs/ClientReqLock.ts:25

Implementation of

IClientReqLock.utxoRefs

Methods

toCbor()

toCbor(): CborString

Defined in: clientReqs/ClientReqLock.ts:46

Returns

CborString

Implementation of

ToCbor.toCbor


toCborBytes()

toCborBytes(): Uint8Array

Defined in: clientReqs/ClientReqLock.ts:43

Returns

Uint8Array


toCborObj()

toCborObj(): CborObj

Defined in: clientReqs/ClientReqLock.ts:50

Returns

CborObj

Implementation of

ToCbor.toCborObj


fromCbor()

static fromCbor(cbor): ClientReqLock

Defined in: clientReqs/ClientReqLock.ts:61

Parameters

cbor

CanBeCborString

Returns

ClientReqLock


fromCborObj()

static fromCborObj(cbor): ClientReqLock

Defined in: clientReqs/ClientReqLock.ts:65

Parameters

cbor

CborObj

Returns

ClientReqLock