Type alias RoyaltyTier

RoyaltyTier: {
    discount: BN;
    stakeAmount: BN;
}

Type declaration

  • discount: BN
  • stakeAmount: BN