Skip to main content

DataAllocation

Type Alias DataAllocation 

Source
pub type DataAllocation = OutputAssignment<RevealedData>;

Aliased Type§

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

Fields§

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