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
/
populatedTransaction.factory.d.ts
3 lines
(2 loc)
•
190 B
TypeScript
View Raw
1
2
3
import
{
PopulatedTransaction
}
from
"@ethersproject/contracts"
;
export
declare
const
createMockPopulatedTransaction
:
(
overwrites
?:
Partial
<
PopulatedTransaction
>
) =>
PopulatedTransaction
;