Skip to content
Snippets Groups Projects
Commit 04f14709 authored by Éloïs's avatar Éloïs
Browse files

fix: update types def

parent 6fe75435
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,6 @@
"next_issuable_on": "BlockNumber",
"received_count": "u32"
},
"IdtyData": {
"can_create_on": "BlockNumber"
},
"IdtyDid": {
"hash": "[u8; 32]",
"planet": "Planet",
......@@ -37,12 +34,9 @@
},
"IdtyValue": {
"did": "IdtyDid",
"expire_on": "BlockNumber",
"owner_key": "AccountId",
"removable_on": "BlockNumber",
"renewable_on": "BlockNumber",
"removable_on": "Option<BlockNumber>",
"rights": "Vec<(T::IdtyRight, Option<T::AccountId>)>",
"status": "IdtyStatus",
"data": "IdtyData"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment