Type Alias AttachOutput

Source
pub type AttachOutput = OutputAssignment<RevealedAttach>;

Aliased Type§

struct AttachOutput {
    pub opout: Opout,
    pub seal: Outpoint,
    pub state: RevealedAttach,
    pub witness: SealWitness,
}

Fields§

§opout: Opout§seal: Outpoint§state: RevealedAttach§witness: SealWitness