pub struct PayOnchainResponse {
pub created_at: TimestampMs,
pub txid: Txid,
}Fields§
§created_at: TimestampMsWhen the node registered this payment. Used in the
PaymentCreatedIndex.
txid: TxidThe Bitcoin txid for the transaction we just submitted to the mempool.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PayOnchainResponse
impl<'de> Deserialize<'de> for PayOnchainResponse
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 PayOnchainResponse
impl RefUnwindSafe for PayOnchainResponse
impl Send for PayOnchainResponse
impl Sync for PayOnchainResponse
impl Unpin for PayOnchainResponse
impl UnsafeUnpin for PayOnchainResponse
impl UnwindSafe for PayOnchainResponse
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