Skip to main content

RightsAllocation

Type Alias RightsAllocation 

Source
pub type RightsAllocation = OutputAssignment<VoidState>;

Aliased Type§

pub struct RightsAllocation {
    pub opout: Opout,
    pub seal: ExplicitSeal<Txid>,
    pub state: VoidState,
    pub witness: Option<Txid>,
    pub bundle_id: Option<BundleId>,
}

Fields§

§opout: Opout§seal: ExplicitSeal<Txid>§state: VoidState§witness: Option<Txid>§bundle_id: Option<BundleId>