transactionJson property
Resulting transaction. Note that the amount may be different than the requested amount to account for fees and available funds.
Implementation
@$pb.TagNumber(1)
$core.String get transactionJson => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set transactionJson($core.String v) {
$_setString(0, v);
}