amount property

  1. @TagNumber.new(7)
List<int> get amount

Amount to send in wei, 1 NAS = 10^18 Wei (uint256, serialized big endian)

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get amount => $_getN(6);
  1. @TagNumber.new(7)
set amount (List<int> value)

Implementation

@$pb.TagNumber(7)
set amount($core.List<$core.int> value) => $_setBytes(6, value);