Withdrawals constructor

Withdrawals(
  1. Map<ADAAddress, BigInt> withdrawals
)

Implementation

Withdrawals(Map<ADAAddress, BigInt> withdrawals)
    : withdrawals = Map<ADARewardAddress, BigInt>.unmodifiable(withdrawals);