UNPKG

@hubbleprotocol/hubble-sdk

Version:
7 lines (6 loc) 137 B
import Decimal from 'decimal.js'; export type HbbVault = { usdhRewards: Decimal; hbbStaked: Decimal; }; export default HbbVault;