pub struct GetInfoResponse {
pub wallet_info: WalletInfo,
pub blockchain_info: BlockchainInfo,
}
Expand description
Returned when calling crate::sdk::LiquidSdk::get_info.
Fields§
§wallet_info: WalletInfo
The wallet information, such as the balance, fingerprint and public key
blockchain_info: BlockchainInfo
The latest synced blockchain information, such as the Liquid/Bitcoin tips
Trait Implementations§
Source§impl Debug for GetInfoResponse
impl Debug for GetInfoResponse
Source§impl<'de> Deserialize<'de> for GetInfoResponse
impl<'de> Deserialize<'de> for GetInfoResponse
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
Source§impl IntoDart for GetInfoResponse
impl IntoDart for GetInfoResponse
Source§impl IntoIntoDart<GetInfoResponse> for GetInfoResponse
impl IntoIntoDart<GetInfoResponse> for GetInfoResponse
fn into_into_dart(self) -> GetInfoResponse
Source§impl Serialize for GetInfoResponse
impl Serialize for GetInfoResponse
impl IntoDartExceptPrimitive for GetInfoResponse
Auto Trait Implementations§
impl Freeze for GetInfoResponse
impl RefUnwindSafe for GetInfoResponse
impl Send for GetInfoResponse
impl Sync for GetInfoResponse
impl Unpin for GetInfoResponse
impl UnwindSafe for GetInfoResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> 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
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