ZeroXBalanceIssue

data class ZeroXBalanceIssue(val token: String, val actual: String, val expected: String)

Balance issue details.

Parameters

token

The token address with insufficient balance.

actual

The actual balance.

expected

The expected/required balance.

Constructors

Link copied to clipboard
constructor(token: String, actual: String, expected: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard