Struct shuttle_core::CreatePassiveOfferOperationBuilder
[−]
[src]
pub struct CreatePassiveOfferOperationBuilder { /* fields omitted */ }CreatePassiveOfferOperation builder.
Methods
impl CreatePassiveOfferOperationBuilder[src]
fn new(
selling: Asset,
buying: Asset,
amount: Amount,
price: Price
) -> CreatePassiveOfferOperationBuilder[src]
selling: Asset,
buying: Asset,
amount: Amount,
price: Price
) -> CreatePassiveOfferOperationBuilder
TODO
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 CreatePassiveOfferOperationBuilder[src]
impl Clone for CreatePassiveOfferOperationBuilder[src]
fn clone(&self) -> CreatePassiveOfferOperationBuilder[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