UNPKG
@bombearn/sdk
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Interaction framework for the yearn protocol
@bombearn/sdk
/
dist
/
interfaces
/
fees.d.ts
7 lines
(6 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ChainId
}
from
"../chain"
;
import
{
ServiceInterface
}
from
"../common"
;
import
{
Usdc
}
from
"../types"
;
export
declare
class
FeesInterface
<C
extends
ChainId
>
extends
ServiceInterface
<C> {
protocolFees
(
since
:
Date
):
Promise
<
Usdc
>; }