diff --git a/src/types/transaction.ts b/src/types/transaction.ts index a4db6187..950518cf 100644 --- a/src/types/transaction.ts +++ b/src/types/transaction.ts @@ -3,7 +3,7 @@ import type { Coin, Key, PaginatedResponse } from "./common" export interface Tx { "@type"?: string, "body": { - "messages": {"@type": string}[], + "messages": {"@type": string, "amount"?: Coin[]}[], "memo": string, "timeout_height": string, "extension_options": any[],