fix: add TokenAccountBalancePair.uiAmountString (#15741)
This commit is contained in:
3
web3.js/module.d.ts
vendored
3
web3.js/module.d.ts
vendored
@ -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 = (
|
||||
|
Reference in New Issue
Block a user