EvmAccountTypeData

data class EvmAccountTypeData(val status: String)

Account type data.

Parameters

status

The account status: "SMART_CONTRACT", "EIP_155_EOA", or "EIP_7702_EOA".

Constructors

Link copied to clipboard
constructor(status: String)

Properties

Link copied to clipboard