initialDeposit property

  1. @TagNumber.new(2)
List<Coin> get initialDeposit

initial_deposit is the deposit value that must be paid at proposal submission.

Implementation

@$pb.TagNumber(2)
$core.List<$53.Coin> get initialDeposit => $_getList(1);