Type Definition rgbstd::contract::seal::GraphSeal

pub type GraphSeal = BlindSeal<TxPtr>;
Expand description

Seal type which can be blinded and chained with other seals.

Trait Implementations§

source§

impl From<VoutSeal> for GraphSeal

source§

fn from(seal: VoutSeal) -> Self

Converts to this type from the input type.