Wallet
ConfidentialWallet Contract
Key Management Functions
function registerKeys( string memory publicKey, string memory encryptedPrivateKey, string memory encryptedSecret, string memory contactId, string memory encContactId );function getPublicKey( address account ) public view returns (string memory);
File Index Management Functions
function getFileIndex( address account ) public view returns (string memory);function setFileIndex( string memory value ) public;
Credential Management Functions
Value Store Management Functions
Last updated