Lint
This commit is contained in:
parent
f2e98cd81a
commit
2267bdb62c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue