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