Interface KeyManagerSecretsEncryptedEphemeralSecret

EncryptedEphemeralSecret is an encrypted ephemeral secret.

interface KeyManagerSecretsEncryptedEphemeralSecret {
    epoch: longnum;
    runtime_id: Uint8Array;
    secret: KeyManagerSecretsEncryptedSecret;
}

Properties

epoch: longnum

Epoch is the epoch to which the secret belongs.

runtime_id: Uint8Array

ID is the runtime ID of the key manager.

Secret is the encrypted secret.