[][src]Type Definition grin_core::libtx::build::Append

type Append<K, B> = dyn Fn(&'a mut Context<K, B>, Result<(Transaction, BlindSum), Error>) -> Result<(Transaction, BlindSum), Error>;

Function type returned by the transaction combinators. Transforms a (Transaction, BlindSum) tuple into another, given the provided context. Will return an Err if seomthing went wrong at any point during transaction building.