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
/
test-utils
/
factories
/
apy.factory.d.ts
4 lines
(3 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
import
{
Apy
}
from
"../.."
;
export
declare
const
DEFAULT_APY
:
Apy
;
export
declare
const
createMockApy
:
(
overwrites
?:
Partial
<
Apy
>
) =>
Apy
;