Type alias GetHasSufficientBalanceInput

GetHasSufficientBalanceInput: {
    account?: string;
    amount: BigNumberish;
    tokenAddress: string;
}

Type declaration

  • Optional account?: string
  • amount: BigNumberish
  • tokenAddress: string