Interface ETHAmount

An amount of ETH token of unit Wei

interface ETHAmount {
    amount: string;
    type: "ETH";
}

Hierarchy (view full)

Properties

Properties

amount: string

An amount in unit Wei

type: "ETH"