Type alias DepositERC20Args

DepositERC20Args: {
    vaultId: bigint;
    tokenAddress: Address;
    amount: bigint;
}

Type declaration

  • vaultId: bigint
  • tokenAddress: Address
  • amount: bigint