transaction 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)
Transaction get transaction => $_getN(0);
Implementation
@$pb.TagNumber(1)
set transaction(Transaction v) {
setField(1, v);
}