Package net.finmath.decryptionoracle.execution.dto
package net.finmath.decryptionoracle.execution.dto
-
ClassesClassDescriptionJava counterpart to the Solidity struct CallDescriptor: struct CallDescriptor { address targetContract; bytes4 selector; uint256 validUntilBlock; }Java counterpart to the Solidity struct EncryptedCallDescriptor: struct EncryptedCallDescriptor { bytes32 publicKeyId; bytes ciphertext; }