pub struct Info {
pub pk: PublicKey,
pub vtxo_tree_expiry: Sequence,
pub unilateral_exit_delay: Sequence,
pub round_interval: i64,
pub network: Network,
pub dust: Amount,
pub boarding_descriptor_template: String,
pub vtxo_descriptor_templates: Vec<String>,
pub forfeit_address: Address,
}
Fields§
§pk: PublicKey
§vtxo_tree_expiry: Sequence
§unilateral_exit_delay: Sequence
§round_interval: i64
§network: Network
§dust: Amount
§boarding_descriptor_template: String
§vtxo_descriptor_templates: Vec<String>
§forfeit_address: Address
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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