Struct breez_sdk_liquid::LnUrlAuthRequestData
pub struct LnUrlAuthRequestData {
pub k1: String,
pub action: Option<String>,
pub domain: String,
pub url: String,
}
Expand description
Wrapped in a [LnUrlAuth], this is the result of [parse] when given a LNURL-auth endpoint.
It represents the endpoint’s parameters for the LNURL workflow.
Fields§
§k1: String
Hex encoded 32 bytes of challenge
action: Option<String>
When available, one of: register, login, link, auth
domain: String
Indicates the domain of the LNURL-auth service, to be shown to the user when asking for auth confirmation, as per LUD-04 spec.
url: String
Indicates the URL of the LNURL-auth service, including the query arguments. This will be extended with the signed challenge and the linking key, then called in the second step of the workflow.
Trait Implementations§
§impl Clone for LnUrlAuthRequestData
impl Clone for LnUrlAuthRequestData
§fn clone(&self) -> LnUrlAuthRequestData
fn clone(&self) -> LnUrlAuthRequestData
Returns a copy 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 more§impl Debug for LnUrlAuthRequestData
impl Debug for LnUrlAuthRequestData
§impl<'de> Deserialize<'de> for LnUrlAuthRequestData
impl<'de> Deserialize<'de> for LnUrlAuthRequestData
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LnUrlAuthRequestData, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LnUrlAuthRequestData, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Serialize for LnUrlAuthRequestData
impl Serialize for LnUrlAuthRequestData
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for LnUrlAuthRequestData
impl RefUnwindSafe for LnUrlAuthRequestData
impl Send for LnUrlAuthRequestData
impl Sync for LnUrlAuthRequestData
impl Unpin for LnUrlAuthRequestData
impl UnwindSafe for LnUrlAuthRequestData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§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