@airgap/aeternity
Version:
The @airgap/aeternity is an Aeternity implementation of the ICoinProtocol interface from @airgap/coinlib-core.
20 lines (19 loc) • 469 B
JSON
{
"$ref": "#/definitions/AeternityTransactionSignResponse",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"AeternityTransactionSignResponse": {
"additionalProperties": false,
"properties": {
"accountIdentifier": {
"type": "string"
},
"transaction": {
"type": "string"
}
},
"required": ["accountIdentifier", "transaction"],
"type": "object"
}
}
}