pub struct ProgramInfo {
pub jets: &'static str,
pub commit_base64: String,
pub commit_decode: String,
pub type_arrow: String,
pub cmr: Cmr,
pub liquid_address_unconf: String,
pub liquid_testnet_address_unconf: String,
pub is_redeem: bool,
pub redeem_info: Option<RedeemInfo>,
}Fields§
§jets: &'static str§commit_base64: String§commit_decode: String§type_arrow: String§cmr: Cmr§liquid_address_unconf: String§liquid_testnet_address_unconf: String§is_redeem: bool§redeem_info: Option<RedeemInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgramInfo
impl RefUnwindSafe for ProgramInfo
impl Send for ProgramInfo
impl Sync for ProgramInfo
impl Unpin for ProgramInfo
impl UnwindSafe for ProgramInfo
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