Function forest_filecoin::eth::transaction::get_eth_params_and_recipient

source ยท
pub fn get_eth_params_and_recipient(
    msg: &Message,
) -> Result<(Vec<u8>, Option<EthAddress>)>
Expand description

Extracts the Ethereum transaction parameters and recipient from a Filecoin message.