We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71b5c commit b8b1a3aCopy full SHA for b8b1a3a
2 files changed
packages/money-account-balance-service/src/index.ts
@@ -6,6 +6,7 @@ export type {
6
MoneyAccountBalanceServiceActions,
7
MoneyAccountBalanceServiceEvents,
8
MoneyAccountBalanceServiceMessenger,
9
+ MoneyAccountBalanceServiceConfig,
10
} from './money-account-balance-service';
11
export type {
12
MoneyAccountBalanceServiceGetMusdBalanceAction,
packages/money-account-balance-service/src/response.types.ts
@@ -1,11 +1,3 @@
1
-/**
2
- * Response from {@link MoneyAccountBalanceService.#fetchErc20Balance}.
3
- * Balance is a raw uint256 string (no decimal normalization).
4
- */
5
-export type Erc20BalanceResponse = {
- balance: string;
-};
-
/**
* Response from {@link MoneyAccountBalanceService.getExchangeRate}.
* Rate is the raw uint256 string returned by the Accountant's `getRate()`.
0 commit comments