pub fn load_tx_hash() -> Result<[u8; 32], SysError>
Expand description

Load tx hash

Return the tx hash or a syscall error

Example

let tx_hash = load_tx_hash().unwrap();