UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

26 lines 561 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" } } }