Interface FeeOption

interface FeeOption {
    tokenPrice: string;
    tokenSymbol: string;
    tokenDecimals: number;
    tokenAddress: string;
    recipientAddress: string;
}

Properties

tokenPrice: string
tokenSymbol: string
tokenDecimals: number
tokenAddress: string
recipientAddress: string