pub struct Payment {
pub derivation_prefix: Vec<u8>,
pub derivation_suffix: Vec<u8>,
pub sender_identity_key: PublicKey,
}Expand description
Derivation and identity data for wallet payment outputs.
Fields§
§derivation_prefix: Vec<u8>§derivation_suffix: Vec<u8>§sender_identity_key: PublicKeyTrait Implementations§
Auto Trait Implementations§
impl Freeze for Payment
impl !RefUnwindSafe for Payment
impl Send for Payment
impl Sync for Payment
impl Unpin for Payment
impl UnsafeUnpin for Payment
impl !UnwindSafe for Payment
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