update monero-ts to v0.9.4

This commit is contained in:
woodser 2023-11-13 11:02:09 -05:00
parent 56d7219fbc
commit 6787ca44b8
13 changed files with 111 additions and 60 deletions

View file

@ -61579,7 +61579,7 @@ proto.io.haveno.protobuffer.SupportType = {
* @enum {number}
*/
proto.io.haveno.protobuffer.OfferDirection = {
OFFER_DIRECTION_ERROR: 0,
OFFER_DIRECTION_UNDEFINED: 0,
BUY: 1,
SELL: 2
};