support additional info on all offers

This commit is contained in:
woodser 2025-01-25 12:41:20 -05:00
parent a6af1550a4
commit 6c6c6e2dd5
45 changed files with 367 additions and 204 deletions

View file

@ -156,6 +156,7 @@ class GrpcOffersService extends OffersImplBase {
req.getPaymentAccountId(),
req.getIsPrivateOffer(),
req.getBuyerAsTakerWithoutDeposit(),
req.getExtraInfo(),
offer -> {
// This result handling consumer's accept operation will return
// the new offer to the gRPC client after async placement is done.