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 value) => $_setString(6, value);