Interface ERC20Item

interface ERC20Item {
    type: "ERC20";
    contractAddress: string;
    amount: string;
}

Properties

type: "ERC20"
contractAddress: string
amount: string