Interface: DecodedJobsInstruction
A decoded jobs instruction: its name plus its labelled accounts and arguments.
Properties
| Property | Type | Description |
|---|---|---|
accounts | Record<string, Address> | The instruction's accounts keyed by their program-defined role name (e.g. accounts.job, accounts.run, accounts.market). |
data | Record<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'). |