@phala/typedefs
Advanced tools
Comparing version 0.2.21 to 0.2.22
@@ -58,3 +58,4 @@ "use strict"; | ||
"Governance", | ||
"Collator" | ||
"Collator", | ||
"StakePoolManager" | ||
] | ||
@@ -61,0 +62,0 @@ }, |
@@ -34,22 +34,28 @@ "use strict"; | ||
"expiry": "BlockNumber" | ||
}, | ||
"ProxyType": { | ||
"_enum": [ | ||
'Any', | ||
'NonTransfer', | ||
'CancelProxy', | ||
'Governance', | ||
'Collator' | ||
] | ||
} | ||
}; | ||
// https://khala.subscan.io/event?address=&module=parachainsystem&event=validationfunctionapplied&startDate=&endDate= | ||
var versioned = [ | ||
{ | ||
minmax: [0, 182238], | ||
types: __assign({ "ChainId": "u8" }, sharedTypes) | ||
minmax: [0, 10], | ||
types: __assign({ "ChainId": "u8", "ProxyType": { | ||
"_enum": [ | ||
'Any', | ||
'NonTransfer', | ||
'CancelProxy', | ||
'Governance', | ||
'Collator' | ||
] | ||
} }, sharedTypes) | ||
}, | ||
{ | ||
minmax: [182239, undefined], | ||
types: __assign({}, sharedTypes) | ||
minmax: [11, undefined], | ||
types: __assign({ "ProxyType": { | ||
"_enum": [ | ||
'Any', | ||
'NonTransfer', | ||
'CancelProxy', | ||
'Governance', | ||
'Collator' | ||
] | ||
} }, sharedTypes) | ||
}, | ||
@@ -56,0 +62,0 @@ ]; |
{ | ||
"name": "@phala/typedefs", | ||
"version": "0.2.21", | ||
"version": "0.2.22", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95780
2666