penumbra_stake/undelegate_claim/
mod.rsmod action;
mod plan;
mod proof;
pub use action::{UndelegateClaim, UndelegateClaimBody};
pub use plan::UndelegateClaimPlan;
pub use proof::{UndelegateClaimProof, UndelegateClaimProofPrivate, UndelegateClaimProofPublic};