pub struct RawVtxo {
pub policy: ServerVtxoPolicy,
pub amount: Amount,
pub expiry_height: BlockHeight,
pub server_pubkey: PublicKey,
pub exit_delta: u16,
pub anchor_point: OutPoint,
pub genesis: Full,
pub point: OutPoint,
}Expand description
Fields§
§policy: ServerVtxoPolicy§amount: Amount§expiry_height: BlockHeight§server_pubkey: PublicKey§exit_delta: u16§anchor_point: OutPoint§genesis: Full§point: OutPointImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawVtxo
impl RefUnwindSafe for RawVtxo
impl Send for RawVtxo
impl Sync for RawVtxo
impl Unpin for RawVtxo
impl UnsafeUnpin for RawVtxo
impl UnwindSafe for RawVtxo
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