addedInput schema / properties / nonce
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / commit
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "batch": {
+ "additionalProperties": false,
+ "properties": {
+ "committedAt": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "count": {
+ "type": "number"
+ },
+ "firstSeq": {
+ "type": "number"
+ },
+ "lastSeq": {
+ "type": "number"
+ },
+ "opbnbTx": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "root": {
+ "type": "string"
+ },
+ "sentAt": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "merklePath": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "h": {
+ "type": "string"
+ },
+ "pos": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "note": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "verify": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / error
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / receipt
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "bytes": {
+ "type": "number"
+ },
+ "covers": {
+ "type": "string"
+ },
+ "issuedAt": {
+ "type": "number"
+ },
+ "lookup": {
+ "type": "string"
+ },
+ "network": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "nonce": {
+ "type": "string"
+ },
+ "seq": {
+ "type": "number"
+ },
+ "settleTx": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "sha256": {
+ "type": "string"
+ },
+ "tool": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}