pub fn load_tx_hash() -> Result<[u8; 32], SysError>
ckb-types
Load tx hash
Return the tx hash or a syscall error
let tx_hash = load_tx_hash().unwrap();