thetaAmount property

  1. @TagNumber.new(3)
List<int> get thetaAmount

/ Theta token amount to send in wei (uint256, serialized big endian)

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get thetaAmount => $_getN(2);
  1. @TagNumber.new(3)
set thetaAmount (List<int> value)

Implementation

@$pb.TagNumber(3)
set thetaAmount($core.List<$core.int> value) => $_setBytes(2, value);