UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

16 lines (15 loc) 422 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "orderCancellation", "link": "order-cancellation", "type": "object", "properties": { "orderSequence": { "$ref": "sequence", "description": "The [account sequence number](#account-sequence-number) of the order to cancel." }, "memos": {"$ref": "memos"} }, "required": ["orderSequence"], "additionalProperties": false }