pub struct Recipient {
pub script_pubkey: Vec<u8>,
pub amount: u64,
}Expand description
A recipient for the batch builder.
Fields§
§script_pubkey: Vec<u8>The scriptPubKey for the recipient.
amount: u64Amount in satoshis.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Recipient
impl RefUnwindSafe for Recipient
impl Send for Recipient
impl Sync for Recipient
impl Unpin for Recipient
impl UnsafeUnpin for Recipient
impl UnwindSafe for Recipient
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