eosjs-json
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -56,2 +56,16 @@ { | ||
"abi_json_to_bin": { | ||
"brief": "Manually serilize json into binary. The binayargs is usually stored in Message.data.", | ||
"params": { | ||
"code": "Name", | ||
"action": "Name", | ||
"args": "Vector" | ||
}, | ||
"results": { | ||
"binargs": "Bytes", | ||
"required_scope": "Name[]", | ||
"required_auth": "Name[]" | ||
} | ||
}, | ||
"get_types": { | ||
@@ -58,0 +72,0 @@ "brief": "Fetch account registered types", |
{ | ||
"name": "eosjs-json", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Information about the EOS blockchain in the JSON file format.", | ||
@@ -8,3 +8,3 @@ "dependencies": {}, | ||
"camel-case": "^3.0.0", | ||
"fcbuffer": "^1.0.1", | ||
"fcbuffer": "^1.0.5", | ||
"mocha": "^3.4.2" | ||
@@ -11,0 +11,0 @@ }, |
@@ -7,3 +7,2 @@ { | ||
"TypeName": "FixedString32", | ||
"NameIndex": "UInt8", | ||
"AccountPermission": { | ||
@@ -19,4 +18,2 @@ "fields": { | ||
"type": "FuncName", | ||
"recipients": "AccountName[]", | ||
"authorization": "AccountPermission[]", | ||
"data": "Bytes" | ||
@@ -27,4 +24,2 @@ }, | ||
"type": "the action to be taken", | ||
"recipients": "the other contracts whose code will run handlers for primary/type", | ||
"authorization": "the accounts and permission levels provided", | ||
"data": "opaque data processed by code" | ||
@@ -56,2 +51,5 @@ } | ||
"authorizations": "AccountPermission[]" | ||
}, | ||
"docs": { | ||
"authorizations": "The authorizations this transaction bears signatures to satisfy" | ||
} | ||
@@ -173,4 +171,4 @@ }, | ||
"fields": { | ||
"voter": "NameIndex", | ||
"producer": "NameIndex", | ||
"voter": "AccountName", | ||
"producer": "AccountName", | ||
"approve": "Int8" | ||
@@ -186,4 +184,4 @@ }, | ||
"fields": { | ||
"stakeholder": "NameIndex", | ||
"proxy": "NameIndex" | ||
"stakeholder": "AccountName", | ||
"proxy": "AccountName" | ||
}, | ||
@@ -190,0 +188,0 @@ "docs": { |
Sorry, the diff of this file is not supported yet
20918
439