Struct sda_client::SignatureKeypair
[−]
[src]
pub struct SignatureKeypair { pub vk: VerificationKey, pub sk: SigningKey, }
Description of a signature keypair.
Fields
vk: VerificationKey
sk: SigningKey