Withdrawals constructor
      
      Withdrawals(
    
    
- Map<ADARewardAddress, BigInt> withdrawals
Implementation
Withdrawals(Map<ADARewardAddress, BigInt> withdrawals)
    : withdrawals = Map<ADARewardAddress, BigInt>.unmodifiable(withdrawals);