Evm Account Type Metadata
data class EvmAccountTypeMetadata(val chainId: String, val eoaAddress: String, val smartContractAddress: String? = null)
Metadata for the account type response.
Parameters
chain Id
CAIP-2 format chain identifier (e.g., "eip155:11155111").
eoa Address
The EOA address.
smart Contract Address
The associated smart contract address (optional).