Struct crev_data::id::UnlockedId
source · pub struct UnlockedId {
pub id: PublicId,
pub keypair: Keypair,
}Expand description
A PublicId with the corresponding secret key
Fields§
§id: PublicId§keypair: Keypairpub struct UnlockedId {
pub id: PublicId,
pub keypair: Keypair,
}A PublicId with the corresponding secret key
id: PublicId§keypair: Keypair