tfuelAmount property

  1. @TagNumber.new(4)
List<int> get tfuelAmount

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

Implementation

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

Implementation

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