DID.sol
.DID.sol
file.
The precompile is found at the peaq node source code.DID.sol
file by clicking on the Solidity Compiler tab and selecting the appropriate compiler version.0x0000000000000000000000000000000000000800
(found at the top of the copied file).did_account
: Public hex key (e.g., 0x…
).name
: Hex representation of the DID name data.value
: Hex representation of the DID value data.validity_for
: Set to 0.did_account
: Public hex key (e.g., 0x…
).name
: Hex representation of the DID name data to be removed.did_account
: Public hex key (e.g., 0x…
).name
: Hex representation of the DID name data to be updated.value
: Hex representation of the new DID value data.validity_for
: Set to 0.did_account
: Public hex key (e.g., 0x…
).name
: Hex representation of the DID name data to be read.readAttribute
field.tuple: xxxx
).