Struct shuttle_core::ManageOfferOperationBuilder
[−]
[src]
pub struct ManageOfferOperationBuilder { /* fields omitted */ }ManageOfferOperation builder.
Methods
impl ManageOfferOperationBuilder[src]
fn new(
selling: Asset,
buying: Asset,
amount: Amount,
price: Price
) -> ManageOfferOperationBuilder[src]
selling: Asset,
buying: Asset,
amount: Amount,
price: Price
) -> ManageOfferOperationBuilder
TODO
fn with_source(self, source: PublicKey) -> Self[src]
Set the operation source.
fn with_offer_id(self, id: u64) -> Self[src]
Set the offer id.
fn build(self) -> Operation[src]
Return the Operation.
Trait Implementations
impl Debug for ManageOfferOperationBuilder[src]
impl Clone for ManageOfferOperationBuilder[src]
fn clone(&self) -> ManageOfferOperationBuilder[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