Unified types with internal, Yearn client
Changes:
AssetValue
is imported from barretenberg instead of using the local one,- since
AssetValue
in barretenberg was a bit different from the local one (value instead of amount, number assetId instead of bigInt) basically all the clients had to be refactored to reflect this, - added Yearn client,
- refactored
getAPR
function to have only the vault asset on input, - Element client uses
getTermAPR
instead ofgetAPR
function, - BridgeDataFieldGetters inteface was expanded with
getTermAPR
.