What's the position of Metadata.CKB_RELATED_INFO_KEY
?
#1565
Labels
question
Further information is requested
Metadata.CKB_RELATED_INFO_KEY
?
#1565
Question
I want to get the proof of
Metadata.CKB_RELATED_INFO_KEY
througheth_getProof
.What's the position (or storage keys) of it?
axon/core/executor/src/system_contract/metadata/store.rs
Line 24 in 3dbfe5a
axon/core/api/README.md
Lines 1081 to 1087 in 835cb16
axon/core/api/README.md
Lines 1910 to 1917 in 835cb16
In Further
If I'm incorrect, please point out.
I have only read some documents from the internet.
In my understand, the positions are defined as following:
Also, the position will be the key in the storage.
Since Axon system contracts use self-defined keys for all state variables, how could users to get those keys?
If one data has more than 256 bits, it will have more than 1 position.
If data type is array or map, it's more complex.
But each data for Axon system contracts has only one key, how to process these situations?
References
Metadata
contract causes an error. #1457The text was updated successfully, but these errors were encountered: