fix: add TokenAccountBalancePair.uiAmountString (#15741)

This commit is contained in:
Tyera Eulberg
2021-03-05 11:53:45 -07:00
committed by GitHub
parent d61b74919b
commit f2ce5f6c82
3 changed files with 11 additions and 5 deletions

3
web3.js/module.d.ts vendored
View File

@ -295,7 +295,8 @@ declare module '@solana/web3.js' {
address: PublicKey;
amount: string;
decimals: number;
uiAmount: number;
uiAmount: number | null;
uiAmountString?: string;
};
export type AccountChangeCallback = (