pub enum AnyTir {
V1Beta0(Tx),
}Variants§
Implementations§
Trait Implementations§
Source§impl Apply for AnyTir
impl Apply for AnyTir
fn apply_args(self, args: &BTreeMap<String, ArgValue>) -> Result<Self, Error>
fn apply_inputs(self, args: &BTreeMap<String, UtxoSet>) -> Result<Self, Error>
fn apply_fees(self, fees: u64) -> Result<Self, Error>
fn is_constant(&self) -> bool
fn params(&self) -> BTreeMap<String, Type>
fn queries(&self) -> BTreeMap<String, InputQuery>
fn reduce(self) -> Result<Self, Error>
Source§impl<'de> Deserialize<'de> for AnyTir
impl<'de> Deserialize<'de> for AnyTir
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AnyTir
impl RefUnwindSafe for AnyTir
impl Send for AnyTir
impl Sync for AnyTir
impl Unpin for AnyTir
impl UnsafeUnpin for AnyTir
impl UnwindSafe for AnyTir
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more