UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

9 lines (8 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.orderFlags = void 0; const orderFlags = { Passive: 0x00010000, Sell: 0x00020000, }; exports.orderFlags = orderFlags;