Interface ETHToken

An ETH token

interface ETHToken {
    type: "ETH";
}

Hierarchy (view full)

Properties

Properties

type: "ETH"