SenseChatMessage: {
    amount: Coin[];
    direction: "from" | "to";
    memo?: string;
}

Type declaration

  • amount: Coin[]
  • direction: "from" | "to"
  • Optional memo?: string