ERC20TokensRequest describes the chain for which the type of ERC20 tokens are requested.

interface ERC20TokensRequest {
    chain: string;
    type: TokenType;
}

Properties

Properties

chain: string
type: TokenType

Generated using TypeDoc