fromAmount property
The source amount, integer as string, in the smallest native unit of the chain
Implementation
@$pb.TagNumber(7)
$core.String get fromAmount => $_getSZ(6);Implementation
@$pb.TagNumber(7)
set fromAmount($core.String v) {
  $_setString(6, v);
}