JBCurrencyAmount
Notes:
- 
member: amount The amount of the currency.
 - 
member: currency The currency. By convention, this is
uint32(uint160(tokenAddress))for tokens, or a constant ID from e.g.JBCurrencyIdsfor other currencies. 
struct JBCurrencyAmount {
    uint224 amount;
    uint32 currency;
}