UNPKG

@firefly-exchange/firefly-client

Version:

The Firefly Client Library allows traders to sign, create, retrieve and listen to orders on Firefly Exchange.

7 lines (6 loc) 260 B
/** * Create an order signature on chain and returns it. The signature is used to verify * during on-chain trade settlement whether the orders being settled against each other * were actually signed on by the maker/taker of the order or not. */ export {};