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
/
asset.factory.d.ts
4 lines
(3 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
import
{
Asset
,
AssetDynamic
}
from
"../.."
;
export
declare
const
createMockAssetStaticVaultV2
:
(
overwrites
?:
Partial
<
Asset
<
"VAULT_V2"
>>
) =>
Asset
<
"VAULT_V2"
>;
export
declare
const
createMockAssetDynamicVaultV2
:
(
overwrites
?:
Partial
<
AssetDynamic
<
"VAULT_V2"
>>
) =>
AssetDynamic
<
"VAULT_V2"
>;