ParsedAddMemoInstruction
type ParsedAddMemoInstruction<TProgram> = {
data: AddMemoInstructionData;
programAddress: Address<TProgram>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TProgram extends string | typeof MEMO_PROGRAM_ADDRESS |
Properties
data
data: AddMemoInstructionData;programAddress
programAddress: Address<TProgram>;