This commit is contained in:
Jakob Notland 2026-04-29 13:21:06 +02:00
parent f2e98cd81a
commit 2267bdb62c

View file

@ -135,8 +135,8 @@ export interface ErrorMessage extends ProtocolMessage {
}
export interface TxSummaryTokenChange {
categoryId: string; // hex token category ID
fungibleAmount: string; // signed bigint as string (negative = spending, positive = receiving)
categoryId: string; // hex token category ID
fungibleAmount: string; // signed bigint as string (negative = spending, positive = receiving)
nftCount?: number;
symbol?: string;
decimals?: number;