AddMemoInstruction
type AddMemoInstruction<TProgram, TRemainingAccounts> = Instruction<TProgram> & InstructionWithData<Uint8Array> & InstructionWithAccounts<TRemainingAccounts>;Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof MEMO_PROGRAM_ADDRESS |
TRemainingAccounts extends readonly AccountMeta<string>[] | [] |