Constructors
constructor
- new InstructionSet(...args): InstructionSet
Parameters
Rest
...args: Instruction[]
Methods
byteLength
- byteLength(): number
Returns number
concat
- concat(ops): Instruction[]
Returns Instruction[]
entries
- entries(): Instruction[]
Returns Instruction[]
extend
- extend(ops): void
Returns void
push
- push(...args): void
Parameters
Rest
...args: Instruction[]
Returns void
toBytes
- toBytes(): Uint8Array<ArrayBufferLike>
Returns Uint8Array<ArrayBufferLike>
toHex
- toHex(): string
Returns string
toString
- toString(): string
Returns string
A wrapper around fuel-asm to make dynamic instructions and convert to different formats