pmarches / jStellarAPI

java API for the stellar network
GNU Lesser General Public License v3.0
15 stars 3 forks source link

write to orderbook #22

Open nybbs2003 opened 10 years ago

nybbs2003 commented 10 years ago

feature of writing to orderbook is needed!

pmarches commented 10 years ago

Fully agree. I might need this for myself in the not so distant future. I looked quickly, but I am not sure how the "official" java library does this.

sublimator commented 10 years ago

What do you guys mean by writing to orderbook ?

Making an OfferCreate transaction?

pmarches commented 10 years ago

Yes, that is the class I quickly looked at. You just create the OfferCreate and submit it to the network like any other transaction?

sublimator commented 10 years ago

tbh, I'm not sure if I ever got around to making an offer :)

But it should work

nybbs2003 commented 10 years ago

Indeed, that's what I need!