[][src]Trait jlib::api::transaction::create_offer::CreateOfferI

pub trait CreateOfferI {
    fn create_offer<F>(
        &self,
        offer_type: OfferType,
        taker_gets: Amount,
        taker_pays: Amount,
        op: F
    )
    where
        F: Fn(Result<OfferCreateTxResponse, OfferCreateSideKick>)
; }

Required methods

fn create_offer<F>(
    &self,
    offer_type: OfferType,
    taker_gets: Amount,
    taker_pays: Amount,
    op: F
) where
    F: Fn(Result<OfferCreateTxResponse, OfferCreateSideKick>), 

Loading content...

Implementors

impl CreateOfferI for CreateOffer[src]

Loading content...