Instruction
An instruction destined for a given program.
Example
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
TProgramAddress extends string | string |
TAccounts extends readonly ( | AccountLookupMeta | AccountMeta)[] | readonly ( | AccountLookupMeta | AccountMeta)[] |
Properties
| Property | Modifier | Type |
|---|---|---|
accounts? | readonly | TAccounts |
data? | readonly | ReadonlyUint8Array |
programAddress | readonly | Address<TProgramAddress> |