Function eth_bridge::requests::parse_hash_from_call
source · pub fn parse_hash_from_call<T: Config>(
tokens: Vec<Token>,
tx_hash_arg_pos: usize
) -> Result<H256, Error<T>>
Expand description
Parses a tx_hash
argument of a contract call. tx_hash
is usually a hash of a Thischain’s
outgoing request (OutgoingRequest
).