UNPKG

airgap-coin-lib

Version:

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

38 lines 846 B
{ "$ref": "#/definitions/UnsignedAeternityTransaction", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "UnsignedAeternityTransaction": { "additionalProperties": false, "properties": { "callbackURL": { "type": "string" }, "publicKey": { "type": "string" }, "transaction": { "additionalProperties": false, "properties": { "networkId": { "type": "string" }, "transaction": { "type": "string" } }, "required": [ "networkId", "transaction" ], "type": "object" } }, "required": [ "publicKey", "transaction" ], "type": "object" } } }