Skip to content

Interface: DecodedJobsInstruction

A decoded jobs instruction: its name plus its labelled accounts and arguments.

Properties

PropertyTypeDescription
accountsRecord<string, Address>The instruction's accounts keyed by their program-defined role name (e.g. accounts.job, accounts.run, accounts.market).
dataRecord<string, unknown>The decoded instruction arguments (values may include bigint).
name| "open" | "list" | "assign" | "work" | "complete" | "finish" | "quit" | "stop" | "extend" | "delist" | "close" | "end"The jobs instruction name (e.g. 'list', 'delist').