Function ethers::core::types::transaction::eip712::encode_eip712_type[][src]

pub fn encode_eip712_type(token: Token) -> Token
Expand description

Parse token into Eip712 compliant ABI encoding NOTE: Token::Tuple() is currently not supported for solidity structs; this is needed for nested Eip712 types, but is not implemented.