withdrawTransaction property

  1. @TagNumber.new(8)
WithdrawStake get withdrawTransaction

Implementation

@$pb.TagNumber(8)
WithdrawStake get withdrawTransaction => $_getN(7);
  1. @TagNumber.new(8)
set withdrawTransaction (WithdrawStake value)

Implementation

@$pb.TagNumber(8)
set withdrawTransaction(WithdrawStake value) => $_setField(8, value);