Skip to content

Commit b8b1a3a

Browse files
committed
feat: resolving cursor bug bot comments
1 parent cc71b5c commit b8b1a3a

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

packages/money-account-balance-service/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export type {
66
MoneyAccountBalanceServiceActions,
77
MoneyAccountBalanceServiceEvents,
88
MoneyAccountBalanceServiceMessenger,
9+
MoneyAccountBalanceServiceConfig,
910
} from './money-account-balance-service';
1011
export type {
1112
MoneyAccountBalanceServiceGetMusdBalanceAction,

packages/money-account-balance-service/src/response.types.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = {
6-
balance: string;
7-
};
8-
91
/**
102
* Response from {@link MoneyAccountBalanceService.getExchangeRate}.
113
* Rate is the raw uint256 string returned by the Accountant's `getRate()`.

0 commit comments

Comments
 (0)