Trait soroban_sdk::xdr::Validate

pub trait Validate {
    type Error;

    fn validate(&self) -> Result<(), Self::Error>;
}

Required Associated Types§

Required Methods§

Implementors§