Type alias SquidGasCost

SquidGasCost: {
    amount: string;
    amountUSD: string;
    estimate: string;
    limit: string;
    maxFeePerGas: string;
    maxPriorityFeePerGas: string;
    token: Token;
    type: string;
}

Type declaration

  • amount: string
  • amountUSD: string
  • estimate: string
  • limit: string
  • maxFeePerGas: string
  • maxPriorityFeePerGas: string
  • token: Token
  • type: string