@fuel-ts/program .InstructionSet
A wrapper around fuel-asm to make dynamic instructions and convert to different formats
•
new InstructionSet(
...args
):
InstructionSet
Name | Type |
---|
...args | Instruction [] |
• Private
#operations: Instruction
[]
▸ byteLength(): number
number
▸ concat(ops
): Instruction
[]
Instruction
[]
▸ entries(): Instruction
[]
Instruction
[]
▸ extend(ops
): void
void
Icon Linkpush
▸ push(...args
): void
Name | Type |
---|
...args | Instruction [] |
void
▸ toBytes(): Uint8Array
Uint8Array
▸ toHex(): string
string
▸ toString(): string
string