UNPKG

@airgap/serializer

Version:

The @airgap/serializer provides serializers used in AirGap applications.

23 lines (22 loc) 530 B
{ "$ref": "#/definitions/AccountShareResponse", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "AccountShareResponse": { "additionalProperties": false, "properties": { "derivationPath": { "type": "string" }, "isExtendedPublicKey": { "type": "boolean" }, "publicKey": { "type": "string" } }, "required": ["publicKey", "derivationPath", "isExtendedPublicKey"], "type": "object" } } }