Struct vls_protocol::msgs::PreapproveKeysend
source · pub struct PreapproveKeysend {
pub destination: PubKey,
pub payment_hash: Sha256,
pub amount_msat: u64,
}
Expand description
PreapproveKeysend {
Fields§
§destination: PubKey
§payment_hash: Sha256
§amount_msat: u64
Trait Implementations§
source§impl DeBolt for PreapproveKeysend
impl DeBolt for PreapproveKeysend
source§impl Debug for PreapproveKeysend
impl Debug for PreapproveKeysend
source§impl Decodable for PreapproveKeysend
impl Decodable for PreapproveKeysend
source§impl Encodable for PreapproveKeysend
impl Encodable for PreapproveKeysend
Auto Trait Implementations§
impl RefUnwindSafe for PreapproveKeysend
impl Send for PreapproveKeysend
impl Sync for PreapproveKeysend
impl Unpin for PreapproveKeysend
impl UnwindSafe for PreapproveKeysend
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