eosjs-json
Advanced tools
Comparing version 3.0.2 to 4.0.1
{ | ||
"name": "eosjs-json", | ||
"version": "3.0.2", | ||
"version": "4.0.1", | ||
"description": "Information about the EOS blockchain in the JSON file format.", | ||
@@ -8,3 +8,3 @@ "dependencies": {}, | ||
"camel-case": "^3.0.0", | ||
"fcbuffer": "^2.1.0", | ||
"fcbuffer": "^2.1.5", | ||
"mocha": "^3.4.2" | ||
@@ -11,0 +11,0 @@ }, |
{ | ||
"name": "uint64", | ||
"account_name": "uint64", | ||
"checksum160": "fixed_bytes20", | ||
@@ -11,3 +10,2 @@ "checksum256": "fixed_bytes32", | ||
"symbol": "uint64", | ||
"share_type": "int64", | ||
"field_name": "string", | ||
@@ -14,0 +12,0 @@ "asset": { |
@@ -6,8 +6,22 @@ { | ||
"type_name": "string", | ||
"token_name": "name", | ||
"table_name": "name", | ||
"scope_name": "name", | ||
"action_name": "name", | ||
"context_free_type": "bytes", | ||
"fields": "field_def[]", | ||
"time_point_sec": "time", | ||
"block_id_type": "fixed_bytes32", | ||
"checksum_type": "fixed_bytes32", | ||
"checksum256_type": "fixed_bytes32", | ||
"checksum512_type": "fixed_bytes64", | ||
"checksum160_type": "fixed_bytes20", | ||
"weight_type": "uint16", | ||
"fields": "field[]", | ||
"time_point_sec": "time", | ||
"block_num_type": "uint32", | ||
"share_type": "int64", | ||
"transaction_id_type": "checksum_type", | ||
"digest_type": "checksum_type", | ||
"producer_key": { | ||
@@ -57,4 +71,5 @@ "fields": { | ||
"ref_block_prefix": "uint32", | ||
"packed_bandwidth_words": "uint16", | ||
"context_free_cpu_bandwidth": "uint16" | ||
"max_net_usage_words": "varuint32", | ||
"max_kcpu_usage": "varuint32", | ||
"delay_sec": "varuint32" | ||
} | ||
@@ -69,3 +84,2 @@ }, | ||
"docs": { | ||
"packed_bandwidth_words": "number of 8 byte words this transaction can compress into" | ||
} | ||
@@ -117,3 +131,3 @@ }, | ||
}, | ||
"field": { | ||
"field_def": { | ||
"fields": { | ||
@@ -128,3 +142,3 @@ "name": "field_name", | ||
"base": "type_name", | ||
"fields": "fields" | ||
"fields": "field_def[]" | ||
} | ||
@@ -135,3 +149,4 @@ }, | ||
"name": "action_name", | ||
"type": "type_name" | ||
"type": "type_name", | ||
"ricardian_contract": "string" | ||
} | ||
@@ -155,2 +170,8 @@ }, | ||
}, | ||
"clause_pair": { | ||
"fields": { | ||
"id": "string", | ||
"body": "string" | ||
} | ||
}, | ||
"abi_def": { | ||
@@ -161,3 +182,4 @@ "fields": { | ||
"actions": "action_def[]", | ||
"tables": "table_def[]" | ||
"tables": "table_def[]", | ||
"clauses": "clause_pair[]" | ||
} | ||
@@ -209,3 +231,4 @@ }, | ||
"parent": "permission_name", | ||
"data": "authority" | ||
"data": "authority", | ||
"delay": "uint32" | ||
} | ||
@@ -266,2 +289,8 @@ }, | ||
}, | ||
"canceldelay": { | ||
"type": "action", | ||
"fields": { | ||
"trx_id": "transaction_id_type" | ||
} | ||
}, | ||
@@ -268,0 +297,0 @@ "transfer": { |
20227
722