@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
[]
Name | Type |
---|---|
ops | Instruction [] |
Instruction
[]
▸ entries(): Instruction
[]
Instruction
[]
▸ extend(ops
): void
Name | Type |
---|---|
ops | Instruction [] |
void
▸ push(...args
): void
Name | Type |
---|---|
...args | Instruction [] |
void
▸ toBytes(): Uint8Array
Uint8Array
▸ toHex(): string
string
▸ toString(): string
string