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 value) => $_setField(1, value);