pub fn tx_tip() -> Option<u64>
Get the tip for the transaction, if it is set.
use std::tx::tx_tip; fn foo() { let tip = tx_tip(); log(tip); }