[][src]Function grin_core::libtx::build::with_excess

pub fn with_excess<K>(excess: BlindingFactor) -> Box<Append<K>> where
    K: Keychain

Adds a known excess value on the transaction being built. Usually used in combination with the initial_tx function when a new transaction is built by adding to a pre-existing one.