deposit property

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

uint128 / big endian byte order

Implementation

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

Implementation

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