pub type OwnedAllocation = OutputAssignment<AllocatedState>;Aliased Type§
pub struct OwnedAllocation {
pub opout: Opout,
pub seal: ExplicitSeal<Txid>,
pub state: AllocatedState,
pub witness: Option<Txid>,
pub bundle_id: Option<BundleId>,
}Fields§
§opout: Opout§seal: ExplicitSeal<Txid>§state: AllocatedState§witness: Option<Txid>§bundle_id: Option<BundleId>