Skip to content

@aldea/sdk / Exports / instructions / LoadInstruction

Class: LoadInstruction

instructions.LoadInstruction

Load By Ref Instruction.

Loads an instance by the given Jig Ref.

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LoadInstruction(outputId): LoadInstruction

Parameters

NameType
outputIdUint8Array

Returns

LoadInstruction

Overrides

Instruction.constructor

Defined in

packages/core/dist/instructions/load.d.ts:9

Properties

opcode

opcode: OpCode

Inherited from

Instruction.opcode

Defined in

packages/core/dist/instruction.d.ts:26


outputId

outputId: Uint8Array

Defined in

packages/core/dist/instructions/load.d.ts:8

Methods

toBytes

toBytes(): Uint8Array

Returns

Uint8Array

Inherited from

Instruction.toBytes

Defined in

packages/core/dist/instruction.d.ts:29


fromBytes

fromBytes(bytes): Instruction

Parameters

NameType
bytesUint8Array

Returns

Instruction

Inherited from

Instruction.fromBytes

Defined in

packages/core/dist/instruction.d.ts:28