pub struct PendingBoard {
pub funding_tx: Transaction,
pub vtxos: Vec<VtxoId>,
pub amount: Amount,
pub movement_id: MovementId,
}Expand description
Persisted representation of a pending board.
Fields§
§funding_tx: TransactionThis is the bitcoin::Transaction that has to be confirmed onchain for the board to succeed.
vtxos: Vec<VtxoId>The id of VTXOs being boarded.
Currently, this is always a vector of length 1
amount: AmountThe amount of the board.
movement_id: MovementIdThe MovementId associated with this board.
Trait Implementations§
Source§impl Clone for PendingBoard
impl Clone for PendingBoard
Source§fn clone(&self) -> PendingBoard
fn clone(&self) -> PendingBoard
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PendingBoard
impl Debug for PendingBoard
Source§impl PartialEq for PendingBoard
impl PartialEq for PendingBoard
impl Eq for PendingBoard
impl StructuralPartialEq for PendingBoard
Auto Trait Implementations§
impl Freeze for PendingBoard
impl RefUnwindSafe for PendingBoard
impl Send for PendingBoard
impl Sync for PendingBoard
impl Unpin for PendingBoard
impl UnwindSafe for PendingBoard
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request