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
/
assetHistoricEarnings.factory.d.ts
4 lines
(3 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
import
{
AssetHistoricEarnings
}
from
"../.."
;
export
declare
const
DEFAULT_ASSET_HISTORIC_EARNINGS
:
AssetHistoricEarnings
;
export
declare
const
createMockAssetHistoricEarnings
:
(
overwrites
?:
Partial
<
AssetHistoricEarnings
>
) =>
AssetHistoricEarnings
;