UNPKG

@hubbleprotocol/hubble-sdk

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