Struct create_bitcoin_transaction::PayFrom
source · [−]pub struct PayFrom {
pub transaction: String,
pub vout_index: u64,
pub script_pub_key_hex_of_vout: String,
pub address: String,
pub vout_amount_in_sats: u64,
}Fields
transaction: Stringvout_index: u64script_pub_key_hex_of_vout: Stringaddress: Stringvout_amount_in_sats: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PayFrom
impl Send for PayFrom
impl Sync for PayFrom
impl Unpin for PayFrom
impl UnwindSafe for PayFrom
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more