Interface ERC20Token

An ERC20 token

interface ERC20Token {
    type: "ERC20";
    tokenAddress: string;
}

Hierarchy (view full)

Properties

Properties

type: "ERC20"
tokenAddress: string