Trait zcash_note_encryption::ShieldedOutput [−][src]
pub trait ShieldedOutput<D: Domain> { fn ephemeral_key(&self) -> EphemeralKeyBytes; fn cmstar_bytes(&self) -> D::ExtractedCommitmentBytes; fn enc_ciphertext(&self) -> &[u8]; }