Struct shuttle_core::InflationOperationBuilder
[−]
[src]
pub struct InflationOperationBuilder { /* fields omitted */ }InflationOperation builder.
Methods
impl InflationOperationBuilder[src]
fn new() -> Self[src]
Create a new inflation operation.
fn with_source(self, source: PublicKey) -> Self[src]
Set the operation source.
fn build(self) -> Operation[src]
Return the Operation.
Trait Implementations
impl Debug for InflationOperationBuilder[src]
impl Clone for InflationOperationBuilder[src]
fn clone(&self) -> InflationOperationBuilder[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more