gill
gill/programs/memo/Type aliases

AddMemoInstructionData

type AddMemoInstructionData = {
  memo: string;
};

Properties

memo

memo: string;

On this page