[][src]Trait lnpbp::client_side_validation::CommitEncodeWithStrategy

pub trait CommitEncodeWithStrategy {
    type Strategy;
}

Associated Types

Loading content...

Implementations on Foreign Types

impl CommitEncodeWithStrategy for usize[src]

impl CommitEncodeWithStrategy for u8[src]

impl CommitEncodeWithStrategy for u16[src]

impl CommitEncodeWithStrategy for u32[src]

impl CommitEncodeWithStrategy for u64[src]

impl CommitEncodeWithStrategy for i8[src]

impl CommitEncodeWithStrategy for i16[src]

impl CommitEncodeWithStrategy for i32[src]

impl CommitEncodeWithStrategy for i64[src]

impl CommitEncodeWithStrategy for String[src]

impl<'_> CommitEncodeWithStrategy for &'_ str[src]

impl<'_> CommitEncodeWithStrategy for &'_ [u8][src]

impl CommitEncodeWithStrategy for Vec<u8>[src]

impl CommitEncodeWithStrategy for Vec<u16>[src]

impl CommitEncodeWithStrategy for Vec<u32>[src]

impl CommitEncodeWithStrategy for Vec<u64>[src]

impl<K, V> CommitEncodeWithStrategy for BTreeMap<K, V>[src]

impl<T, '_> CommitEncodeWithStrategy for &'_ T where
    T: CommitEncodeWithStrategy
[src]

type Strategy = T::Strategy

impl CommitEncodeWithStrategy for BTreeSet<Revealed>[src]

Loading content...

Implementors

impl CommitEncodeWithStrategy for lnpbp::rgb::contract::data::Revealed[src]

impl CommitEncodeWithStrategy for Assignments[src]

impl CommitEncodeWithStrategy for lnpbp::rgb::contract::seal::Revealed[src]

impl CommitEncodeWithStrategy for MerkleNode[src]

impl CommitEncodeWithStrategy for lnpbp::rgb::contract::data::Confidential[src]

impl CommitEncodeWithStrategy for Void[src]

impl CommitEncodeWithStrategy for ContractId[src]

impl CommitEncodeWithStrategy for Extension[src]

impl CommitEncodeWithStrategy for NodeId[src]

impl CommitEncodeWithStrategy for Transition[src]

impl CommitEncodeWithStrategy for Metadata[src]

impl CommitEncodeWithStrategy for Commitment[src]

impl CommitEncodeWithStrategy for RangeProof[src]

impl CommitEncodeWithStrategy for lnpbp::rgb::contract::value::Revealed[src]

impl CommitEncodeWithStrategy for Schema[src]

impl CommitEncodeWithStrategy for Anchor[src]

impl CommitEncodeWithStrategy for lnpbp::rgb::contract::seal::Confidential[src]

impl<STATE> CommitEncodeWithStrategy for OwnedState<STATE> where
    STATE: StateTypes,
    STATE::Confidential: PartialEq + Eq,
    STATE::Confidential: From<<STATE::Revealed as Conceal>::Confidential>,
    EncodingError: From<<STATE::Confidential as StrictEncode>::Error> + From<<STATE::Confidential as StrictDecode>::Error> + From<<STATE::Revealed as StrictEncode>::Error> + From<<STATE::Revealed as StrictDecode>::Error>, 
[src]

Loading content...