Earn
useBuildDepositToMorphoTx
The useBuildDepositToMorphoTx
hook is used to build a deposit transaction to Morpho from within a React component.
The hook handles the following:
- Fetching data required to build the transaction
- Using
buildDepositToMorphoTx
to build the transaction - Returning the transaction calls to be used with the
<Transaction />
component
Usage
code