RenEx SDK 0.3.2
Changelog:
- adds warnings when users don't setup their SDK correctly
- awaits for transaction confirmation when calling
openOrder(),cancelOrder(),deposit(), andwithdraw() - allows users to specify the gas price for transactions
- exposes the functions
deserializeBalanceAction(),deserializeTraderOrder(),serializeBalanceAction(), andserializeTraderOrder()for use when extending theStorageProviderinterface - fixes a bug where the
orderIDreturned byfetchOrderbook()was returned as Hex not Base64