Interface GetContractTypeDto

interface GetContractTypeDto {
    tokenAddress: string;
    tokenType:
        | "erc20"
        | "erc721"
        | "erc777"
        | "erc1155";
}

Properties

tokenAddress: string
tokenType:
    | "erc20"
    | "erc721"
    | "erc777"
    | "erc1155"