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

View File

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