Interface CoreCallDataPublicKeyQueryResponse

Response to the call data public key query.

interface CoreCallDataPublicKeyQueryResponse {
    public_key: KeyManagerSignedPublicKey;
}

Properties

Properties

Public key used for deriving the shared secret for encrypting call data.