pub struct GenerateblockParams {
pub output: String,
pub transactions: Vec<Value>,
pub submit: bool,
}Expand description
Mine a set of ordered transactions to a specified address or descriptor and return the block hash.
Fields§
§output: String§transactions: Vec<Value>§submit: boolTrait Implementations§
Source§impl Debug for GenerateblockParams
impl Debug for GenerateblockParams
Auto Trait Implementations§
impl Freeze for GenerateblockParams
impl RefUnwindSafe for GenerateblockParams
impl Send for GenerateblockParams
impl Sync for GenerateblockParams
impl Unpin for GenerateblockParams
impl UnsafeUnpin for GenerateblockParams
impl UnwindSafe for GenerateblockParams
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