[][src]Trait jlib::api::transaction::relate::RelateI

pub trait RelateI {
    fn set_relation<F>(
        &self,
        relation_type: RelationType,
        target: String,
        amount: Amount,
        op: F
    )
    where
        F: Fn(Result<RelationTxResponse, RelationSideKick>)
; }

Required methods

fn set_relation<F>(
    &self,
    relation_type: RelationType,
    target: String,
    amount: Amount,
    op: F
) where
    F: Fn(Result<RelationTxResponse, RelationSideKick>), 

Loading content...

Implementors

impl RelateI for Relate[src]

Loading content...